Skip to content

Update Makefile #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Next Next commit
Update Makefile
  • Loading branch information
va7yaa authored Jan 11, 2017
commit 085051cd407b4781f27f551941515ab8d84ac81e
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# equal to some value. Your mileage my vary.

win := $(shell uname | grep CYGWIN)
ifeq ($(win),)
win := $(shell uname | grep MINGW)
endif
dar := $(shell uname | grep Darwin)

ifneq ($(win),)
Expand Down