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: # add tasks here to avoid timestamp checks | |
default: help | |
# Based on https://gist.github.com/prwhite/8168133#comment-1313022 | |
## Another dummy task | |
dummy-task: | |
echo dummy | |
## This help screen |