Build library

This commit is contained in:
2022-08-21 19:30:49 +02:00
parent fbe296b758
commit 7d6b7d3db5
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