BizHawk/waterbox/emulibc/Makefile

5 lines
116 B
Makefile

NO_WBX_TARGETS := 1
CCFLAGS := -Wall
SRCS = $(shell find $(ROOT_DIR) -type f -name '*.c')
include ../common.mak