#this makefile translates from NUGGET make to JabyMake ARTIFACT = JabyEngine BUILD_DIR = bin ifeq ($(BUILD),Release) BUILD_PROFILE := release else BUILD_PROFILE := debug endif CCFLAGS_all := $(CPPFLAGS) LIBS := $(LDFLAGS) undefine CPPFLAGS undefine LDFLAGS undefine BUILD #include the real make file include ../Makefile