summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2017-10-20 22:31:46 +0200
committerGDR! <gdr@gdr.name>2017-10-20 22:31:46 +0200
commit00e059f854254cc7bc9722e3cc4f8450398f3ccc (patch)
treede16c7aaff08adc29c09fc94b2b807c6ad9410bd
parent5339a624aba30799494c876a970d1d9fd010ec1b (diff)
Makefile compatible with c-toxcore 0.1.10
-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))