summaryrefslogtreecommitdiff
path: root/c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'c/Makefile')
-rw-r--r--c/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/Makefile b/c/Makefile
new file mode 100644
index 0000000..3908b05
--- /dev/null
+++ b/c/Makefile
@@ -0,0 +1,8 @@
+CFLAGS += -O3 -g
+
+libdietc.o: libdietc.c
+
+clean:
+ rm -rf libdietc.o libdietc.c
+
+.PHONY: clean
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback