Skip to content

Commit

Permalink
Merge pull request TheNetAdmin#4 from rodrigo103/patch-1
Browse files Browse the repository at this point in the history
Fix distclean rule's echo command
  • Loading branch information
TheNetAdmin authored Apr 30, 2020
2 parents 4bff53f + f132b61 commit 02bec41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmallProject/Template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ clean:

.PHONY: distclean
distclean:
@echo CLEAN $(CLEAN_LIST)
@echo CLEAN $(DISTCLEAN_LIST)
@rm -f $(DISTCLEAN_LIST)

0 comments on commit 02bec41

Please sign in to comment.