diff options
author | GDR! <gdr@gdr.name> | 2017-10-20 22:31:46 +0200 |
---|---|---|
committer | GDR! <gdr@gdr.name> | 2017-10-20 22:31:46 +0200 |
commit | 00e059f854254cc7bc9722e3cc4f8450398f3ccc (patch) | |
tree | de16c7aaff08adc29c09fc94b2b807c6ad9410bd | |
parent | 5339a624aba30799494c876a970d1d9fd010ec1b (diff) |
Makefile compatible with c-toxcore 0.1.10
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | SOURCES = $(wildcard *.c) | 1 | SOURCES = $(wildcard *.c) |
2 | DEPS=libsodium toxcore libevent_pthreads | 2 | DEPS=libtoxcore libsodium libevent_pthreads |
3 | CC=gcc | 3 | CC=gcc |
4 | CFLAGS=-g -Wall #-std=c99 | 4 | CFLAGS=-g -Wall #-std=c99 |
5 | CFLAGS += $(shell pkg-config --cflags $(DEPS)) | 5 | CFLAGS += $(shell pkg-config --cflags $(DEPS)) |