aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-18 18:23:35 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-18 18:23:35 -0400
commit8a25dcda67683817ddd55b669111f7dd8e3107ef (patch)
treeece530621214be8afdcaf312787cb04e343c563d /Makefile
parentbc24590991cb27e8bd220fd6d0585e76f804601d (diff)
decent connection, but not there yet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c47fa52..d48b036 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC = gcc
# CFLAGS = -std=c99 -target x86_64-apple-darwin20 -g
-# CFLAGS = -std=c99 -Wall -g
+CFLAGS = -g -I. -std=gnu99 -Wall -pthread
default: all