pull/14/head
dvkt 4 years ago
parent 41057c76bf
commit b5e677551b

@ -19,9 +19,9 @@ clean:
# Build and strip the release version # Build and strip the release version
$(PHETCH_RELEASE): $(RSFILES) $(PHETCH_RELEASE): $(RSFILES)
cargo build --release --feature tls cargo build --release --features tls
strip $@ strip $@
# Build the debug version # Build the debug version
$(PHETCH_DEBUG): $(RSFILES) $(PHETCH_DEBUG): $(RSFILES)
cargo build --feature tls cargo build --features tls

Loading…
Cancel
Save