warzone2100/makerules
Giel van Schijndel 0f71381685 Lets use some proper make rules!
* Use $@ and $< to refer to the targets and dependencies of make rules
 * Don't refer to make rule dependencies and targets by copying them!
 * Putting make rules on multiple lines isn't bad, in fact it increases readability!
 * Mark phony make rules (i.e. rules who's actions don't produce files) as `.PHONY`

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4846 4a71c877-e1ca-e34f-864e-861f7616d084
2008-04-28 20:58:13 +00:00
..
common.mk Use $(CPPFLAGS) as well when compiling with the raw makefile system 2008-04-05 15:58:25 +00:00
config.mk.tmpl * Update the raw Makefile config.mk template 2008-01-06 16:10:08 +00:00
configure.mk Compile & link in Dr. MinGW's exceptionhandler 2008-04-05 16:15:14 +00:00
exe.mk Lets use some proper make rules! 2008-04-28 20:58:13 +00:00
lib.mk Lets use some proper make rules! 2008-04-28 20:58:13 +00:00