Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 970f75d

Browse files
authored
fix Makefile (#175)
Co-authored-by: A5 Pickle <[email protected]>
1 parent 09f482c commit 970f75d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
clean:
44
rm -rf node_modules
55
npm run clean
6+
cd evm && $(MAKE) clean
67
cd solana && $(MAKE) clean
8+
cd universal/rs && cargo clean
79

810
.PHONY: clean-install
911
clean-install: clean node_modules

0 commit comments

Comments
 (0)