X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2FMakefile;h=42d55639cb14d6d3e1516839d08daf53186c5d48;hb=a89c54bed93aebb402cc8cc95efb80c4b023581c;hp=f0783e92d18ded0a2d1f4c35fb8d53fcc9e752d6;hpb=67524663784b4a47e4b18fe67583f43351edbfde;p=smdp.git diff --git a/src/Makefile b/src/Makefile index f0783e9..42d5563 100644 --- a/src/Makefile +++ b/src/Makefile @@ -26,8 +26,8 @@ ifeq ($(DEBUG),1) CFLAGS := -O0 -Wall -g -I../include endif -OSTYPE := $(shell uname -o) ifeq (Windows_NT, $(OS)) +OSTYPE := $(shell uname -o) ifneq (Cygwin, $(OSTYPE)) CFLAGS += -DWIN32=1 endif