This commit is contained in:
twinaphex 2015-08-29 05:59:55 +02:00
parent bf43517565
commit 5e3c48d952

View File

@ -8,10 +8,6 @@ SOURCES_C :=
SOURCES_CXX :=
LIBS :=
ifneq ($(EMSCRIPTEN),)
platform = emscripten
endif
ifeq ($(platform),)
platform = unix
ifeq ($(shell uname -a),)