(rpng) Add nbio_stdio.c to test Makefile
This commit is contained in:
parent
a3c5142040
commit
102c815db1
|
@ -1,6 +1,6 @@
|
|||
TARGET := rpng
|
||||
|
||||
SOURCES := rpng.c rpng_test.c
|
||||
SOURCES := rpng.c rpng_test.c ../../file/nbio/nbio_stdio.c
|
||||
OBJS := $(SOURCES:.c=.o)
|
||||
|
||||
CFLAGS += -Wall -pedantic -std=gnu99 -O0 -g -DHAVE_ZLIB -DHAVE_ZLIB_DEFLATE -DRPNG_TEST -I../../include
|
||||
|
|
Loading…
Reference in New Issue