diff --git a/Makefile b/Makefile index 9ae3bd6..a867011 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,7 @@ else WINDOWS := 1 endif -ifeq ($(WINDOWS),1) -export CPPFLAGS += -I"$(shell cd)" -else export CPPFLAGS += -I"$(shell pwd)" -endif OBJS = dwscr.o wfobj/WFObj.o LoadFile/LoadFile.o ss/ss.a TARGET = dwscr