diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-08-01 09:29:36 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-08-01 09:29:36 -0400 |
commit | 3cdfc5819b7cdfb4007ed5150f78b5ab697cf583 (patch) | |
tree | 175ef7ed9aecd3dcb34ad1d57e707a430feaab4e /Makefile | |
parent | 8ec89c5a53466a3d0689a406c0604cf9bdbe7640 (diff) |
initial commit
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..4589eb4 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +.POSIX: + +array: array.c + +clean: + rm *.o array |