aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3aae1ce..7a0a8e1 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,7 @@ client:
# $(CC) $(CFLAGS) -o c client.c
clean:
- rm -fv snowcast_server snowcast_control snowcast_listener \ No newline at end of file
+ rm -fv snowcast_server snowcast_control snowcast_listener
+
+new:
+ $(CC) $(CFLAGS) -o snowcast_server new.c