summaryrefslogtreecommitdiff
path: root/README.md
blob: 8896af73661adf201e93dacc17ce915b072f700a (plain)
1
2
3
4
5
6
7
8
9
# Simple Build System

This is a simple build system based around makefiles & shell scripts. To adapt this system to your own project you will need to edit the following files:

- file-list.txt
- version.txt
- makefile

When you call make, the makefile will call make in the src directory with the target make rule. So if you modify the target rule, that will be called. All of the files in file-list.txt will be copied from the left path to the right path in the build directory.