From: Michael Gruenewald Date: Sat, 8 Oct 2022 20:23:30 +0000 (+0200) Subject: Disable all built-in Make rules X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=10d416698662c8490b3d8406f9f890081111ace5;p=sensor-watch.git Disable all built-in Make rules --- 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))))