Add .PHONY make target

main
cel 7 years ago
parent 323fa2b823
commit 2e1180e4bc

@ -32,3 +32,6 @@ test-shs1:
clean: clean:
@rm -vf $(BIN) @rm -vf $(BIN)
.PHONY:
all install link uninstall test-shs1 clean

Loading…
Cancel
Save