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 /server/Makefile | |
parent | 578c14949b6ca1ec83cef75b3c7d8e7c7dc5379a (diff) |
Changed so that the UNIX portion is a server.
Diffstat (limited to 'server/Makefile')
-rw-r--r-- | server/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/Makefile b/server/Makefile new file mode 100644 index 0000000..4be1a08 --- /dev/null +++ b/server/Makefile @@ -0,0 +1,5 @@ +nfts: nfts.c + $(CC) -o nfts nfts.c + +clean: + rm -f nfts core nfts.exe |