X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=5801f84aa0da5ab74d2828311145018872ac2b75;hb=a89c54bed93aebb402cc8cc95efb80c4b023581c;hp=f922b7edd11ae99d33cbe2d68b84a1c02d708003;hpb=67524663784b4a47e4b18fe67583f43351edbfde;p=smdp.git diff --git a/Makefile b/Makefile index f922b7e..5801f84 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,9 @@ # along with this program. If not, see . # -OSTYPE := $(shell uname -o) CURSES = ncursesw ifeq (Windows_NT, $(OS)) +OSTYPE := $(shell uname -o) ifneq (Cygwin, $(OSTYPE)) CURSES := pdcurses endif