Setup build enviorment

This commit is contained in:
Jaby
2022-08-21 16:25:37 +02:00
parent 90eac84874
commit 0c52689ebe
9 changed files with 185 additions and 4 deletions

10
src/Library/Makefile Normal file
View File

@@ -0,0 +1,10 @@
ARTIFACT = libJabyEngine
BUILD_DIR = ../../lib
include ../../Makefile
#Rules section for default compilation and linking
all: $(TARGET).a
clean:
rm -fr $(OUTPUT_DIR)