diff --git a/Makefile b/Makefile index c0d6cb4..f968400 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ LFLAGS = ### Do not modify anything below this line ### ############################################## ifeq ($(OS),Windows_NT) - PLATFORM := "Windows" + PLATFORM := Windows else PLATFORM := $(shell uname -s) endif