Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER authored Jan 7, 2024
1 parent db3d635 commit 2af3fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TARGET: $(OBJ)
# Rule to generate a dep file by using the C preprocessor
# (see 'man cpp' for details on the -MM and -MT options)
%.d: %.c
$(CPP) $(CXXFLAGS) $< -MM -MT $(@:.d=.o) >$@
@$(CPP) $(CXXFLAGS) $< -MM -MT $(@:.d=.o) >$@

.PHONY: clean
clean:
Expand Down

0 comments on commit 2af3fcf

Please sign in to comment.