Separate make files for easier use

This commit is contained in:
2023-03-29 21:46:32 +02:00
parent 2882ddfc34
commit d789bdd845
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#Add the JabyEngine tools to path
export PATH := $(JABY_ENGINE_DIR)/bin/:$(PATH)
SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
include $(SELF_DIR)ExportPath.mk
#Build architecture/variant string, possible values: x86, armv7le, etc...
PLATFORM ?= PSX