pull/6/head
dvkt 4 years ago
parent b19b5e592d
commit 2facce3307

@ -13,11 +13,11 @@ release: $(PHETCH_RELEASE)
# Binary with debugging info
debug: $(PHETCH_DEBUG)
# Remove the release directory and its contens
# Remove the release directory and its contents
clean:
@rm -vrf target/release
# Remove the debug directory and its contens
# Remove the debug directory and its contents
clean_debug:
@rm -vrf target/debug

Loading…
Cancel
Save