summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-08-08 15:33:20 -0400
committerJakob Kaivo <jkk@ung.org>2019-08-08 15:33:20 -0400
commitc8c21c5f650596454ec5619da8c911569baa6b42 (patch)
treec7fe2b945d1a193b2546e9d819cdbac5300f0e70 /Makefile
parent52b735b260281e9d907227a138d6aa57484018e0 (diff)
include sample program binhexbinary
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..26a3cc0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+.POSIX:
+
+binhex: binhex.o binary.o
+
+binhex.o: binhex.c binary.h
+binary.o: binary.c binary.h
+
+clean:
+ rm -f binhex *.o