mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Merge pull request #96 from iahung2/master
This commit is contained in:
@@ -104,6 +104,11 @@ ifeq ($(OSNAME),Cygwin)
|
|||||||
target:= Cygwin
|
target:= Cygwin
|
||||||
endif # ($(OSNAME),Cygwin)
|
endif # ($(OSNAME),Cygwin)
|
||||||
|
|
||||||
|
# MSYS2 (MSYS) is a fork of Cygwin
|
||||||
|
ifeq ($(OSNAME),Msys)
|
||||||
|
target:= Cygwin
|
||||||
|
endif # ($(OSNAME),Msys)
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#-=-=-=-=-=-=-=-=- You may want to change some values below -=-=-=-=-=-=-=-=-#
|
#-=-=-=-=-=-=-=-=- You may want to change some values below -=-=-=-=-=-=-=-=-#
|
||||||
|
Reference in New Issue
Block a user