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