Remove this Emscripten rule

This commit is contained in:
twinaphex 2015-08-29 05:58:14 +02:00
parent 29ee7e1244
commit 04f6325f14

View File

@ -2,11 +2,6 @@ DEBUG = 0
LOGSOUND = 0
FRONTEND_SUPPORTS_RGB565 = 1
ifneq ($(EMSCRIPTEN),)
platform = emscripten
endif
ifeq ($(platform),)
platform = unix
ifeq ($(shell uname -a),)