aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5e808ed..23d8e32 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
CC = gcc
-CFLAGS = -std=c99 -target x86_64-apple-darwin20 -g
-RM = rm -f
+# CFLAGS = -std=c99 -target x86_64-apple-darwin20 -g
+# CFLAGS = -std=c99 -Wall -g
default: all
all: server client
server: server.c
- $(CC) $(CFLAGS) -o server server.c
+ $(CC) $(CFLAGS) -o snowcast_server server.c
client: client.c
- $(CC) $(CFLAGS) -o client client.c \ No newline at end of file
+ $(CC) $(CFLAGS) -o snowcast_control client.c \ No newline at end of file