summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1c2466..141af4f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1SOURCES = $(wildcard *.c) 1SOURCES = $(wildcard *.c)
2DEPS=libsodium toxcore libevent_pthreads 2DEPS=libtoxcore libsodium libevent_pthreads
3CC=gcc 3CC=gcc
4CFLAGS=-g -Wall #-std=c99 4CFLAGS=-g -Wall #-std=c99
5CFLAGS += $(shell pkg-config --cflags $(DEPS)) 5CFLAGS += $(shell pkg-config --cflags $(DEPS))