mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Merge pull request #110 from 0-wiz-0/master
Remove duplicate setting of UNAME.
This commit is contained in:
11
makefile
11
makefile
@@ -3,17 +3,6 @@
|
||||
# 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
|
||||
|
||||
all:
|
||||
|
||||
Reference in New Issue
Block a user