Create samples/file/nbio

This commit is contained in:
twinaphex 2016-09-29 21:28:56 +02:00
parent 17ded1a9ac
commit a1c2036769
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ LIBRETRO_COMM_DIR := ../../..
SOURCES := \
nbio_test.c \
../nbio_stdio.c
$(LIBRETRO_COMM_DIR)/file/nbio/nbio_stdio.c
OBJS := $(SOURCES:.c=.o)