diff --git a/Makefile b/Makefile index cadc212..ad5ae1d 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,10 @@ else ifeq ($(DETECTED_OS),windows) INCLUDE = LIBS = FRAMEWORKS = +else + INCLUDE = + LIBS = + FRAMEWORKS = endif EXE=main