This commit is contained in:
h4570
2022-07-26 23:46:57 +02:00
parent b2c0bfbe11
commit 21073a8a99
20 changed files with 17 additions and 326 deletions
+15
View File
@@ -0,0 +1,15 @@
LIB += -ltyra
LIBDIRS += -L$(ENGINEDIR)/bin
INC += -I$(ENGINEDIR)/inc
INCDEP += -I$(ENGINEDIR)/inc
include ../../Makefile.base
clean-engine:
cd $(ENGINEDIR) && $(MAKE) cleaner
build-engine:
cd $(ENGINEDIR) && $(MAKE)
build-release-engine:
cd $(ENGINEDIR) && $(MAKE) release