diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
