aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-14 19:16:23 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-14 19:16:23 -0400
commit663580b36a1b2590b7e706baa798e130297e88ee (patch)
tree3202db0b4e4b50c1d19390ae570ad0ef668cf077 /Makefile
parentbbfbcc6c936b16568d96619f02f8bb081c190b2a (diff)
pass all tests on warmup
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