Remove Emscripten rule

This commit is contained in:
twinaphex 2016-01-29 02:25:35 +01:00
parent 673aab5282
commit 9f21a813bd
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
ifneq ($(EMSCRIPTEN),)
platform = emscripten
endif
ifeq ($(platform),)
platform = unix
ifeq ($(shell uname -a),)