summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-08-01 10:10:52 -0400
committerJakob Kaivo <jkk@ung.org>2019-08-01 10:10:52 -0400
commitb73bf969e6538e03cc0d9761a62f3ffbd494eb6c (patch)
tree529f8a9457bf2e6adee532790d7af0c90389b3be /Makefile
parent16606c9e5f296b2fea0df38b54334673506209f3 (diff)
initial commitruncode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5544d3a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+.POSIX:
+
+runcode: runcode.c
+
+clean:
+ rm -f *.o runcode