aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-23 17:31:36 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-23 17:31:36 -0400
commitc30b8af62e9452c63f0b954f7ac36fd21ddf0fd1 (patch)
tree006f7d25c955ecb67dab993979d97bca5d0409e9 /Makefile
parent3b2aa8c271bf5cd5497decb6577afe5fd7339f57 (diff)
fix makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16f2045..385b448 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC = gcc
-CFLAGS = -g -I. -std=gnu99 -Wall -pthread
+CFLAGS = -o
all: server client