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 .