We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370874c commit 703974fCopy full SHA for 703974f
Makefile
@@ -31,4 +31,4 @@ clean: down
31
rm redir.app
32
docker rmi -f $(shell docker images -f "dangling=true" -q) 2> /dev/null; true
33
docker rmi -f $(IMAGE):latest $(IMAGE):$(VERSION) 2> /dev/null; true
34
-.PHONY: native run build compose compose-test clean
+.PHONY: all native run build up down test clean
0 commit comments