aboutsummaryrefslogtreecommitdiff
path: root/f65/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'f65/Makefile')
-rw-r--r--f65/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/f65/Makefile b/f65/Makefile
new file mode 100644
index 0000000..91adf06
--- /dev/null
+++ b/f65/Makefile
@@ -0,0 +1,10 @@
+CFLAGS=-Wall
+
+all: test
+
+f65.o: f65.c f65.h
+
+f65test: f65.o f65test.c
+
+test: f65test
+ ./f65test