diff --git a/makefile b/makefile index 1685c3c..ae7a58b 100644 --- a/makefile +++ b/makefile @@ -27,8 +27,6 @@ DDEBUG=-DNDEBUG -s ifneq (,$(filter Windows%,$(OS))) OS := Windows -#CC=gcc -#CXX=g++ CFLAGS+=-D__int64_t=int64_t else OS := $(shell uname -s)