diff options
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 |