ARTIFACT = libJabyEngine
BUILD_DIR = ../../lib
include ../../lib/Wildcard.mk
SRCS = $(call rwildcard, src, c cpp)
include ../../lib/Makefile
#Rules section for default compilation and linking
all: $(TARGET).a
clean:
rm -fr $(OUTPUT_DIR)
Powered by TurnKey Linux.