Separate make files for easier use

This commit is contained in:
Jaby
2023-03-29 21:46:32 +02:00
committed by Jaby
parent ff18f8293e
commit ece4fc36d6
3 changed files with 5 additions and 2 deletions

2
lib/ExportPath.mk Normal file
View File

@@ -0,0 +1,2 @@
#Add the JabyEngine tools to path
export PATH := $(JABY_ENGINE_DIR)/bin/:$(PATH)