aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-19 10:09:49 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-19 10:09:49 -0400
commit8ab91f9c3e206b4a97f4e96998e58447a6110174 (patch)
tree2a806c3a3f03d93ed152b02b3f27bd3de5dc1567 /Makefile
parentd338a726a6ce2ede71c6887959ce0ef31a9e5d38 (diff)
update MAKEFILE again
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