aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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