mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:43:02 +01:00
forgot makefile
This commit is contained in:
parent
ef097757f3
commit
0bc9725b98
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user