mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] Misc cleanups
This commit is contained in:
5
Makefile
5
Makefile
@@ -11,11 +11,6 @@ include build/toolchain.$(TOOLCHAIN).mak
|
||||
include build/variants.mak
|
||||
include build/helpers.mk
|
||||
|
||||
define foo
|
||||
endef
|
||||
|
||||
$(eval $(call foo))
|
||||
|
||||
.PHONY: info
|
||||
info:
|
||||
@echo "EPSILON_VERSION = $(EPSILON_VERSION)"
|
||||
|
||||
@@ -15,7 +15,6 @@ $(call object_for,ion/src/simulator/shared/main.cpp) : SFLAGS += -DEPSILON_SDL_F
|
||||
|
||||
LDFLAGS += -ljnigraphics -llog
|
||||
|
||||
|
||||
# If ARCH is not defined, we will re-trigger a build for each avaialble ARCH.
|
||||
# This is used to build APKs, which needs to embbed a binary for each ARCH.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user