diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-07-27 15:39:35 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-07-27 15:39:35 -0400 |
| commit | 3cbf2fe6e6f9afdf580b1cf6522a950ef898e459 (patch) | |
| tree | ffd0a71515f6ce9b66782896f31e8ca2a25777bb /Makefile | |
| parent | 373069f95c79a353b014f9da635d9b1bdddac6a3 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
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 |
