Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Oct 15, 2023
1 parent 96dddd3 commit 01ce162
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@

clean:
@cargo clean
@rm -rf ./artifacts

schema:
ls ./contracts | xargs -n 1 -t beaker wasm ts-gen

build:
cargo wasm

build-dev:
build-dev: clean
cargo cw-optimizoor

check: build-dev
Expand Down

0 comments on commit 01ce162

Please sign in to comment.