Update all dependencies
This commit is contained in:
2
Makefile
2
Makefile
@ -63,7 +63,7 @@ install: all
|
||||
$(INSTALL) -m 0644 $(RELEASE_MANPAGES) $(DESTDIR)$(MANDIR)/man1
|
||||
|
||||
$(DEV_TARGETS): $(SOURCES)
|
||||
HELPER_DIR=target/debug cargo build
|
||||
HELPER_DIR=$(shell pwd)/target/debug cargo build
|
||||
|
||||
$(RELEASE_TARGETS): $(SOURCES)
|
||||
HELPER_DIR=$(HELPER_DIR) cargo build --release
|
||||
|
Reference in New Issue
Block a user