Refactor the Makefile into pieces. This commit inspired by AncientGeek, my hatred... master
commitb247e56368513ab07bfef4cd0c808f17ff686518
authorFred Cooke <fred.cooke@gmail.com>
Sat, 21 Jun 2014 08:47:23 +0000 (21 20:47 +1200)
committerFred Cooke <fred.cooke@gmail.com>
Sat, 21 Jun 2014 09:56:13 +0000 (21 21:56 +1200)
treeddd475d413fe3b0672c4c218e3e111d1e2463307
parent214c23fcb17c006c2765360d9c19ae42d9bb62a2
Refactor the Makefile into pieces. This commit inspired by AncientGeek, my hatred for overly long files, and my love of separation of concerns.
src/main/Makefile
src/main/make/clean.mk [new file with mode: 0644]
src/main/make/decoders.mk [new file with mode: 0644]
src/main/make/dirs.mk [new file with mode: 0644]
src/main/make/groups.mk [new file with mode: 0644]
src/main/make/help.mk [new file with mode: 0644]
src/main/make/options.mk [new file with mode: 0644]
src/main/make/paths.mk [new file with mode: 0644]
src/main/make/phony.mk [new file with mode: 0644]
src/main/make/release.mk [new file with mode: 0644]
src/main/make/sources.mk [new file with mode: 0644]