diff --git a/Makefile b/Makefile index b1e3284..240a390 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,7 @@ MAN_DST_DIR = $(TARGET_DIR)/man FEATURES = openssl_dyn -all: update acmed tacd - -update: - cargo update +all: acmed tacd acmed: man_dir if test -n "$(TARGET)"; then \ @@ -64,4 +61,4 @@ install: clean: cargo clean -.PHONY: all update acmed tacd man_dir install clean +.PHONY: all acmed tacd man_dir install clean