]> jfr.im git - irc/atheme/atheme-contrib-modules.git/commit
Makefile: clean up
authorAaron Jones <redacted>
Fri, 2 Mar 2018 22:15:56 +0000 (22:15 +0000)
committerAaron Jones <redacted>
Fri, 2 Mar 2018 22:18:20 +0000 (22:18 +0000)
commit1d4e8b77e618979a9c22214784eb6aa74c8f6eb9
tree15783b515718ec8c555fcfda8132ac55010a45ba
parent9f3425e5e8ba8a45c6981831dd59350c4d875223
Makefile: clean up

- Remove unnecessary VCS header detritus

- Indent LIBS assignment to line up with the others

- List source files explicitly

  This prevents the modification of any one file from causing
  make(1) to recompile all modules, and results in a deterministic
  build order.

  The downside is that if a new module is added, the Makefile will
  have to be edited too; but this is no different to the Makefile
  for any other module subdirectory in Atheme proper, and is hardly
  a burden.
Makefile