summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f568f2a..efc2fca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-toc: *.[ch]
+toc: *.[ch] build.sh
./build.sh
-release: *.[ch]
+release: *.[ch] build.sh
./build.sh release
clean:
- rm toc
+ rm toc *.o