Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-23 | Trim Makefile, Configure.mk and Rules.mk | Thiago Macieira | |
Configure.mk contains the detection rules, whereas Rules.mk contains the rules to actually build Subsurface. This simplifies Makefile greatly, which is the file that should be actually modified during regular updates to the codebase. Signed-off-by: Thiago Macieira <thiago@macieira.org> | |||
2013-04-23 | Create Rules.mk and Configure.mk by copying the Makefile | Thiago Macieira | |
This is to help Git know that the two files are the same content as the Makefile. The next commit will trim the files to what they need to be. |