summaryrefslogtreecommitdiff
path: root/client/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2020-02-28 15:28:37 +0000
committerIan C <ianc@noddybox.co.uk>2020-02-28 15:28:37 +0000
commit578c14949b6ca1ec83cef75b3c7d8e7c7dc5379a (patch)
treebeff0d5277cd06ba3a8b3e56644ea971215fcfac /client/Makefile
parent59b80401167bd0ade5895b18566eb589e78798db (diff)
Updated docs and started on client.
Diffstat (limited to 'client/Makefile')
-rw-r--r--client/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/Makefile b/client/Makefile
new file mode 100644
index 0000000..9869b14
--- /dev/null
+++ b/client/Makefile
@@ -0,0 +1,5 @@
+nft: nft.c
+ $(CC) -o nft nft.c
+
+clean:
+ rm -f nft core nft.exe