Last active
September 6, 2020 08:34
-
-
Save mig-hub/25bb24ab4d9da93466f35ce30aaf1db3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: clean | |
clean: | |
rm $(HTML_FILES) | |
rm -rf $(CSS_DIR) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment