replace pseudo UTF-8 with real wide character support
[smdp.git] / Makefile
index 9abc3c0..c1f8658 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ DESTDIR =
 PREFIX  = /usr/local
 
 CURSES  = ncursesw
-LDFLAGS = -s
+LDFLAGS ?= -s
 
 ifeq (Windows_NT,$(OS))
        ifeq (,$(findstring CYGWIN,$(UNAME_S)))