1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:07:46 +02:00

forgot makefile

This commit is contained in:
Jfreegman 2014-06-24 17:52:57 -04:00
parent ef097757f3
commit 0bc9725b98
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -4,7 +4,7 @@ VERSION = $(TOXIC_VERSION)_r$(REV)
LIBS = libtoxcore ncursesw
CFLAGS = -std=gnu99 -pthread -DTOXICVER="\"$(VERSION)\""
CFLAGS = -std=gnu99 -pthread -Wimplicit-function-declaration -Wreturn-type -DTOXICVER="\"$(VERSION)\""
CFLAGS += -DHAVE_WIDECHAR -D_XOPEN_SOURCE_EXTENDED
CFLAGS += $(USER_CFLAGS)
LDFLAGS = $(USER_LDFLAGS)