Skip to content

Instantly share code, notes, and snippets.

@MarkTiedemann
Created December 13, 2019 23:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MarkTiedemann/d3434dd79ed78d9a7ffa1197dff706fc to your computer and use it in GitHub Desktop.
Save MarkTiedemann/d3434dd79ed78d9a7ffa1197dff706fc to your computer and use it in GitHub Desktop.
the-lost-art-of-the-makefile/01-your-tests-dont-need-to-be-phony/07
.PHONY: clean
clean:
-rm *.tested
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment