From: Lukáš Jiřiště Date: Mon, 20 Jul 2026 17:43:42 +0000 (+0200) Subject: Fix implicit make rules overruling explicit ones X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=27f5f206f6b0c8f273ab738a3330de01e0c2fdd3;p=KyciFTA Fix implicit make rules overruling explicit ones --- diff --git a/Makefile b/Makefile index e642adb..eef356c 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +MAKEFLAGS += --no-builtin-rules + CC := gcc CFLAGS = -std=c11 -Wall -Wextra -Werror -Wpedantic