aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-23 17:30:45 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-23 17:30:45 -0400
commit3b2aa8c271bf5cd5497decb6577afe5fd7339f57 (patch)
treebc1d39ad76b15f58ddf61385645fa87a59fb1157 /Makefile
parentb417bcc57b9fd49f360087c32c97293a6bc7d2be (diff)
parent1e9ac5407ef4f2cddc745f35f33a860446526cea (diff)
merge post-warmup with main
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 78257f0..16f2045 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC = gcc
-CFLAGS = -o
+CFLAGS = -g -I. -std=gnu99 -Wall -pthread
all: server client
@@ -10,4 +10,4 @@ client:
$(CC) $(CFLAGS) snowcast_control client.c
clean:
- rm -f server client \ No newline at end of file
+ rm -f server client