Skip to content

Commit

Permalink
chore: clean up Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Aug 18, 2023
1 parent bbc315a commit f479d73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions perf/impl/js-libp2p/v0.46/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ perf:
mkdir -p $(SOURCE_DIR)
$(DOCKER_RUN) npm install $(NPM_PACKAGE_NAME)

clean: rm -rf js-libp2p-*
clean:
rm -rf js-libp2p-*

.PHONY: all clean perf install_node
.PHONY: all clean perf

0 comments on commit f479d73

Please sign in to comment.