summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-27 15:39:35 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-27 15:39:35 -0400
commit3cbf2fe6e6f9afdf580b1cf6522a950ef898e459 (patch)
treeffd0a71515f6ce9b66782896f31e8ca2a25777bb /Makefile
parent373069f95c79a353b014f9da635d9b1bdddac6a3 (diff)
initial commitHEADmaster
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..2c04586
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+.POSIX:
+
+pp: pp.c
+
+clean:
+ rm pp *.o