From 3f2b14ac3e9376ff463868b7107bffd9c7a86da1 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Thu, 2 Apr 2020 21:26:22 -0400 Subject: [PATCH] [build] Misc cleanups --- Makefile | 5 ----- ion/src/simulator/android/Makefile | 1 - 2 files changed, 6 deletions(-) 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.