From 5b05099d44ae6ac962be108f4c0da7493a9305c7 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 29 May 2025 20:10:01 -0400 Subject: Initial Commit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3