Reset python alpine on docker image

This commit is contained in:
nolash
2020-12-16 08:38:34 +01:00
parent 015eb7b64e
commit 26f0a2452d
11 changed files with 15 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ PREFIX = /usr/local/share/cic/solidity/abi
.SUFFIXES: .sol .json
.sol.json:
solc $@ --abi | awk 'NR>3' > $(basename $@).json
solc $(basename $@).sol --abi | awk 'NR>3' > $@
all: $(OUTPUTS)