From 8ab91f9c3e206b4a97f4e96998e58447a6110174 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Tue, 19 Sep 2023 10:09:49 -0400 Subject: update MAKEFILE again --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2