version bump
[smdp.git] / src / Makefile
index fd31fd8..a294df0 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile
-# Copyright (C) 2014 Michael Goehler
+# Copyright (C) 2018 Michael Goehler
 #
 # This file is part of mdp.
 #
@@ -33,6 +33,8 @@ endif
 ifeq ($(OS),Windows_NT)
        ifeq (,$(findstring CYGWIN,$(UNAME_S)))
                CPPFLAGS += -DWIN32
+       else
+               CPPFLAGS += -DCYGWIN
        endif
 endif