summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2025-05-29 20:10:01 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2025-05-29 20:10:01 -0400
commit5b05099d44ae6ac962be108f4c0da7493a9305c7 (patch)
tree1b796b3ff1491e83f26c9ba09fd6c48feac7c994 /README.md
Initial CommitHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
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.