diff options
| -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))))  | 
![]()  | 
index : time/Sensor-Watch | |
| clone of https://github.com/joeycastillo/Sensor-Watch | 
| summaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | rules.mk | 2 | 
@@ -1,3 +1,5 @@ +.SUFFIXES: +  CFLAGS += $(INCLUDES) $(DEFINES)  OBJS = $(addprefix $(BUILD)/, $(notdir %/$(subst .c,.o, $(SRCS))))  |