Skip to content
Snippets Groups Projects
Commit 2ad61f79 authored by floreal.risso's avatar floreal.risso
Browse files

fix: make dependency

parent b6fb43a0
No related branches found
No related tags found
2 merge requests!9fix sensor example (doc),!7Add memory counters and fix makefile
......@@ -42,7 +42,7 @@ $(OBJ): $(OBJ_DIR)
$(OBJ_DIR)/counters.o: $(SRC_DIR)/counters_option.h
$(OBJ_DIR)/memory_counters.o: $(SRC_DIR)/memory_option.h
$(OBJ_DIR)/$(BIN).o: $(SRC_DIR)/$(BIN).c $(SRC_DIR)/counters_option.h $(SRC_DIR)/memory_counters.h
$(OBJ_DIR)/$(BIN).o: $(SRC_DIR)/$(BIN).c
$(CC) $(CFLAGS) -c $< -o $@
$(OBJ_DIR)/util.o: $(SRC_DIR)/util.c $(SRC_DIR)/util.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment