diff options
author | Ian C <ianc@noddybox.co.uk> | 2023-01-09 16:31:28 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2023-01-09 16:31:28 +0000 |
commit | 31c3c29a580fbefe8e3c26ca063e993b3927a27e (patch) | |
tree | ff8a5d025bba258a6d3c5e2d04058d0e41d925da /Makefile |
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..52e0f51 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +tapls: tapls.c + $(CC) -o tapls tapls.c + +clean: + rm -f tapls |