summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniele Tricoli2022-11-28 18:29:38 +0100
committerGitHub2022-11-28 10:29:38 -0700
commit8c51229fc66af7ce426135553d9caef9dfc37809 (patch)
tree0b29a905d98c922890ede7ab963f276ed39ca6b5
parentdd21619228976712750a6edafc60a08f2eab761c (diff)
downloadtakahe-8c51229fc66af7ce426135553d9caef9dfc37809.tar.gz
takahe-8c51229fc66af7ce426135553d9caef9dfc37809.tar.bz2
takahe-8c51229fc66af7ce426135553d9caef9dfc37809.zip
Update phony targets
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26680ff..3197b6c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: clean
+.PHONY: image docs compose_build compose_up compose_down
image:
docker build -t takahe -f docker/Dockerfile .