aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-07 12:38:48 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-07 12:38:48 +0100
commitf547074bd83456767bc6093cf17b6493b8fe2be1 (patch)
tree35aa2568a4e5a198e07d5736841d53a41942e9e3
parent479b2ee8e0cc52c3e76c7c09d0dfa5d902e50ec5 (diff)
downloadstring2-f547074bd83456767bc6093cf17b6493b8fe2be1.tar.gz
string2-f547074bd83456767bc6093cf17b6493b8fe2be1.zip
Add README.md
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d99f40b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+## Adding new source files
+Be free to add new source files! After adding files, it must be runned this
+script:
+```
+$ ./makemk
+```
+So will be generated a new `target.mk`. This one must be committed, to avoid
+running `makemk` on cloning repository.
+
+## Build instruction
+It's simple, just:
+```
+$ make
+```