From 393dbb88d4f8df8d78a3f5553712bed394c6d207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 24 Sep 2024 18:24:26 +0200 Subject: [PATCH] Do not suppose compiler. Use cc instead. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b5ec9cd..cc44d77 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -CC=gcc DEBUG=0 INCFLAGS= LDFLAGS=-lsqlite3