Commit f4b476b7 authored by Mark Tyneway's avatar Mark Tyneway

makefile: cleanup

parent 9b16d367
...@@ -2,7 +2,7 @@ SHELL := /bin/bash ...@@ -2,7 +2,7 @@ SHELL := /bin/bash
pkg := bindings pkg := bindings
all: version mkdir bindings more all: version mkdir bindings
version: version:
forge --version forge --version
...@@ -19,13 +19,13 @@ bindings: compile ...@@ -19,13 +19,13 @@ bindings: compile
-out ./bindings \ -out ./bindings \
-contracts ./artifacts.json \ -contracts ./artifacts.json \
-source-maps MIPS,PreimageOracle \ -source-maps MIPS,PreimageOracle \
-package bindings -package $(pkg)
mkdir: mkdir:
mkdir -p bin $(pkg) mkdir -p $(pkg)
clean: clean:
rm -rf bin $(pkg) rm -rf $(pkg)
test: test:
go 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