]> git.earman.xyz Git - sensor-watch.git/commitdiff
Disable all built-in Make rules
authorMichael Gruenewald <mail@michaelgruenewald.eu>
Sat, 8 Oct 2022 20:23:30 +0000 (22:23 +0200)
committerMichael Gruenewald <mail@michaelgruenewald.eu>
Sat, 8 Oct 2022 20:23:30 +0000 (22:23 +0200)
rules.mk

index ec71c69206e95d836adc322ee0205d819471735f..2c4acec12cfbbd7fc204f8b914666d1a1588d242 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -1,3 +1,5 @@
+.SUFFIXES:
+
 CFLAGS += $(INCLUDES) $(DEFINES)
 
 OBJS = $(addprefix $(BUILD)/, $(notdir %/$(subst .c,.o, $(SRCS))))