Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Aug 22, 2024
1 parent 1850fe2 commit 02ecba1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
doc:
cargo doc --no-deps --document-private-items
cp -r packages/ic_siwe/media target/doc/ic_siwe/media

clean:
rm -rf .dfx
rm -f .env
rm -rf target
rm -rf node_modules
cargo clean

0 comments on commit 02ecba1

Please sign in to comment.