Explorar el Código

Merge pull request #110 from 0-wiz-0/master

Remove duplicate setting of UNAME.
Branimir Karadžić hace 9 años
padre
commit
498eb04f9c
Se han modificado 1 ficheros con 0 adiciones y 11 borrados
  1. 0 11
      makefile

+ 0 - 11
makefile

@@ -3,17 +3,6 @@
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 #
 
 
-UNAME := $(shell uname)
-ifeq ($(UNAME),$(filter $(UNAME),Linux Darwin))
-ifeq ($(UNAME),$(filter $(UNAME),Darwin))
-OS=darwin
-else
-OS=linux
-endif
-else
-OS=windows
-endif
-
 GENIE=../bx/tools/bin/$(OS)/genie
 GENIE=../bx/tools/bin/$(OS)/genie
 
 
 all:
 all: