diff --git a/Makefile b/Makefile deleted file mode 100644 index 18d6277d..00000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# Scarb is ridiculously shit, it appends to an output file instead of replacing it. So target/ dir must be nuked before every run. -build: - rm -rf target/ - scarb build - -deploy: build - starknet declare --contract target/release/governance_Governance.json --account version_11 \ No newline at end of file