aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f1288b..c5bd2e2 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@ $(LIB): $(SOURCE_FILES)
includer: clean $(LIB)
gcc -o $@ includer.c $(LIB)
+moder: clean $(LIB)
+ gcc -o $@ $@.c $(LIB)
+
.PHONY: clean
clean:
- rm -f includer
+ rm -f includer moder