From 5b99fbe4bc3634f0cfd3fbd97d4360d08a655c66 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Thu, 9 May 2019 18:40:01 +0200 Subject: [PATCH] Take the compiler from the environment. Not all systems have gcc. --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index ef01366..0cab097 100644 --- a/Makefile +++ b/Makefile @@ -29,11 +29,6 @@ endif # ---------- -# The compiler -CC := gcc - -# ---------- - # Base CFLAGS. # # -O2 are enough optimizations.