aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 064971c..a5f9ec9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
CC = gcc
# CFLAGS = -std=c99 -target x86_64-apple-darwin20 -g
CFLAGS = -g -I. -std=gnu99 -Wall -pthread
-RM = rm -f
-
-default: all
all: server client
@@ -20,4 +17,4 @@ client: client.c
# $(CC) $(CFLAGS) -o c client.c
clean:
- $(RM) snowcast_server snowcast_control snowcast_listener \ No newline at end of file
+ rm -fv snowcast_server snowcast_control snowcast_listener \ No newline at end of file