diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-18 18:23:35 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-18 18:23:35 -0400 |
commit | 8a25dcda67683817ddd55b669111f7dd8e3107ef (patch) | |
tree | ece530621214be8afdcaf312787cb04e343c563d /Makefile | |
parent | bc24590991cb27e8bd220fd6d0585e76f804601d (diff) |
decent connection, but not there yet
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |