John "Elwin" Edwards
9a8022c683
Makefiles: don't set defaults for CFLAGS.
...
CFLAGS is now empty by default. If its value must be set, it should be
done in the command line for make.
2014-03-29 09:45:33 -07:00
John "Elwin" Edwards
36769ea3e4
Add config.h to the list of headers in the Makefiles.
...
Some .o files need to be rebuilt if config.h changes. Adding it to the
list of headers may still fail to solve the problem, because some of
the Makefiles use implicit rules or do not list dependencies properly.
2013-09-03 14:14:48 -07:00
John "Elwin" Edwards
138383b394
srogue: add install and uninstall targets to Makefile
2013-09-02 15:47:37 -07:00
John "Elwin" Edwards
35a6ab583c
srogue: begin porting to autoconf.
...
Super-Rogue can now be built with './configure && make', though
'make install' does not work yet, and there may be problems with
portability.
2013-09-01 20:50:52 -07:00