diff --git a/Makefile b/Makefile index f651ba6..db8919f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # (-include to ignore error if it does not exist) -include .env -install: update npm solc +install: solc update npm # dapp deps update:; dapp update