mirror of https://github.com/wb2osz/direwolf.git
Update Makefile
This commit is contained in:
parent
6207e2eb3e
commit
085051cd40
3
Makefile
3
Makefile
|
@ -5,6 +5,9 @@
|
||||||
# equal to some value. Your mileage my vary.
|
# equal to some value. Your mileage my vary.
|
||||||
|
|
||||||
win := $(shell uname | grep CYGWIN)
|
win := $(shell uname | grep CYGWIN)
|
||||||
|
ifeq ($(win),)
|
||||||
|
win := $(shell uname | grep MINGW)
|
||||||
|
endif
|
||||||
dar := $(shell uname | grep Darwin)
|
dar := $(shell uname | grep Darwin)
|
||||||
|
|
||||||
ifneq ($(win),)
|
ifneq ($(win),)
|
||||||
|
|
Loading…
Reference in New Issue