summaryrefslogtreecommitdiff
path: root/client/Makefile
diff options
context:
space:
mode:
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