diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8896af7 --- /dev/null +++ b/README.md @@ -0,0 +1,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. |
