Commit f4b476b7 authored by Mark Tyneway's avatar Mark Tyneway

makefile: cleanup

parent 9b16d367
......@@ -2,7 +2,7 @@ SHELL := /bin/bash
pkg := bindings
all: version mkdir bindings more
all: version mkdir bindings
version:
forge --version
......@@ -19,13 +19,13 @@ bindings: compile
-out ./bindings \
-contracts ./artifacts.json \
-source-maps MIPS,PreimageOracle \
-package bindings
-package $(pkg)
mkdir:
mkdir -p bin $(pkg)
mkdir -p $(pkg)
clean:
rm -rf bin $(pkg)
rm -rf $(pkg)
test:
go test ./...
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment