diff options
author | Michael Gruenewald <mail@michaelgruenewald.eu> | 2022-10-08 22:23:30 +0200 |
---|---|---|
committer | Michael Gruenewald <mail@michaelgruenewald.eu> | 2022-10-08 22:23:30 +0200 |
commit | 10d416698662c8490b3d8406f9f890081111ace5 (patch) | |
tree | 4287af792b4409954e6bfc088b017b5a660ab02f /rules.mk | |
parent | 1138d4d80c64903f8c9d0a9c893dbcf04e3f8236 (diff) | |
download | Sensor-Watch-10d416698662c8490b3d8406f9f890081111ace5.tar.gz Sensor-Watch-10d416698662c8490b3d8406f9f890081111ace5.tar.bz2 Sensor-Watch-10d416698662c8490b3d8406f9f890081111ace5.zip |
Disable all built-in Make rules
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +.SUFFIXES: + CFLAGS += $(INCLUDES) $(DEFINES) OBJS = $(addprefix $(BUILD)/, $(notdir %/$(subst .c,.o, $(SRCS)))) |