diff --git a/Makefile b/Makefile index 90398d2..341551e 100644 --- a/Makefile +++ b/Makefile @@ -36,10 +36,11 @@ ALWAYS: $(TARGET_INSTALL): $(TARGET) -$(TARGET_RENAME) : $(TARGET) -$(TARGET_INSTALL) $(TARGET_RENAME): install -D --mode=u=rwx,go=rx --no-target-directory $< $@ +$(TARGET_RENAME): $(TARGET) + mv $< $@ + $(CURDIR)/demo.gif: $(CURDIR)/demo.tape ifeq ($(BW_SESSION),) $(error Bitwarden Locked)