fix: delete useless .PHONY
rule
This commit is contained in:
parent
783e95a6ad
commit
345ea44fb3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
.PHONY: all clean
|
.PHONY: all
|
||||||
|
|
||||||
all: out out/sh
|
all: out out/sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue