diff options
author | Ian C <ianc@noddybox.co.uk> | 2020-03-03 19:35:15 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2020-03-03 19:35:15 +0000 |
commit | 3a5ef7e3652628339d790a0c9a40ae6081ee2770 (patch) | |
tree | 498893e9a4eb35233194a3242b9280d87c364550 /client/Makefile | |
parent | 578c14949b6ca1ec83cef75b3c7d8e7c7dc5379a (diff) |
Changed so that the UNIX portion is a server.
Diffstat (limited to 'client/Makefile')
-rw-r--r-- | client/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/Makefile b/client/Makefile deleted file mode 100644 index 9869b14..0000000 --- a/client/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -nft: nft.c - $(CC) -o nft nft.c - -clean: - rm -f nft core nft.exe |