Skip to content

Commit 703974f

Browse files
authored
make: clean .PHONY (#3)
1 parent 370874c commit 703974f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ clean: down
3131
rm redir.app
3232
docker rmi -f $(shell docker images -f "dangling=true" -q) 2> /dev/null; true
3333
docker rmi -f $(IMAGE):latest $(IMAGE):$(VERSION) 2> /dev/null; true
34-
.PHONY: native run build compose compose-test clean
34+
.PHONY: all native run build up down test clean

0 commit comments

Comments
 (0)