diff --git a/Makefile b/Makefile index c416c3133..b2119d461 100644 --- a/Makefile +++ b/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)" diff --git a/ion/src/simulator/android/Makefile b/ion/src/simulator/android/Makefile index a417ca66b..0d0410e1e 100644 --- a/ion/src/simulator/android/Makefile +++ b/ion/src/simulator/android/Makefile @@ -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.