From 10d416698662c8490b3d8406f9f890081111ace5 Mon Sep 17 00:00:00 2001 From: Michael Gruenewald Date: Sat, 8 Oct 2022 22:23:30 +0200 Subject: [PATCH] Disable all built-in Make rules --- rules.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.mk b/rules.mk index ec71c69..2c4acec 100644 --- a/rules.mk +++ b/rules.mk @@ -1,3 +1,5 @@ +.SUFFIXES: + CFLAGS += $(INCLUDES) $(DEFINES) OBJS = $(addprefix $(BUILD)/, $(notdir %/$(subst .c,.o, $(SRCS))))