Setup build enviorment
This commit is contained in:
10
src/Library/Makefile
Normal file
10
src/Library/Makefile
Normal 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)
|
Reference in New Issue
Block a user