-
- Downloads
fix: mark phony targets as… phony
-
@kmohrf I'm curious why you chose to add
.PHONY:
. To my eyes the double-dot notation is much more simple and beautiful :-).PHONY: release release:
vs
release::
I'm just style-nitpicking and seriously curious ;-)
Please register or sign in to comment