Build library

This commit is contained in:
Jaby
2022-08-21 19:30:49 +02:00
parent 0c52689ebe
commit aff3e4acd1
4 changed files with 11 additions and 9 deletions

View File

@@ -1,7 +1,10 @@
ARTIFACT = libJabyEngine
BUILD_DIR = ../../lib
include ../../Makefile
include ../../lib/Wildcard.mk
SRCS = $(call rwildcard, src, c cpp)
include ../../lib/Makefile
#Rules section for default compilation and linking
all: $(TARGET).a