14 lines
320 B
Makefile
14 lines
320 B
Makefile
BUILD_DIR = bin
|
|
|
|
#OVERLAY_CONFIG = Overlays.json
|
|
|
|
include $(JABY_ENGINE_DIR)/lib/Wildcard.mk
|
|
SRCS = $(call rwildcard, src, c cpp)
|
|
|
|
INCLUDES += -I$(JABY_ENGINE_DIR)/include
|
|
|
|
#Example for using Support libs
|
|
#SUPPORT_LIBS += FontWriter
|
|
|
|
include $(JABY_ENGINE_DIR)/lib/Makefile
|
|
include $(JABY_ENGINE_DIR)/lib/PSEXETarget.mk |