diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-19 10:09:49 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-19 10:09:49 -0400 |
commit | 8ab91f9c3e206b4a97f4e96998e58447a6110174 (patch) | |
tree | 2a806c3a3f03d93ed152b02b3f27bd3de5dc1567 /Makefile | |
parent | d338a726a6ce2ede71c6887959ce0ef31a9e5d38 (diff) |
update MAKEFILE again
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |