X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=7f17a1bcca0b1c3a7698fe0eecd60f17ba51cc81;hb=bce8b746ac3658caac9e5eb6d0fc70e4db83293b;hp=f922b7edd11ae99d33cbe2d68b84a1c02d708003;hpb=6f9f33a6a5c7d677b4f4464218c01580a391cf08;p=smdp.git diff --git a/Makefile b/Makefile index f922b7e..7f17a1b 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 @@ -57,4 +57,3 @@ uninstall: $(RM) $(PREFIX)$(DESTDIR)/$(TARGET) .PHONY: all clean install src uninstall -