diff --git a/Makefile b/Makefile index a1b4a17..d11fc4b 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ TARGET := pppc.exe OBJS := pppc.o session_notification.o resources.o pport.o CXXFLAGS := -O2 -Wall +LDFLAGS := -mwindows all: $(TARGET)