Skip to content

Commit

Permalink
Makefile tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Sep 29, 2024
1 parent 6f3ea68 commit 07df16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dox: README.md Doxyfile | apidoc $(SRC) $(INC)

# Automatic dependence on included header files.
.PRECIOUS: dep/%.d
dep/%.d: %.c dep
dep/%.d: $(SRC)/%.c | dep
@echo " > $@" \
&& $(CC) $(CPPFLAGS) -MM -MG $< > $@.$$$$ \
&& sed 's|\w*\.o[ :]*| $(OBJ)/&|g' < $@.$$$$ > $@; \
Expand Down

0 comments on commit 07df16c

Please sign in to comment.