From 4b18e2f46da24cc8672981372f23f174114da8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=B2sweg?= Date: Sat, 29 Apr 2017 21:15:34 +0200 Subject: [PATCH] Compiler correction --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f8b2d9..03c5c1c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ OBJS = main.o player.o dt.o block.o entity.o -CC = x86_64-w64-mingw32-g++ +CC = g++ COMPILER_FLAGS = -w