Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Revert "Makefile: build haskell dependencies by default"
Browse files Browse the repository at this point in the history
This reverts commit f9c18c4.

The Haskell-based gas analyzer is not actually used.
  • Loading branch information
asymmetric committed Jan 31, 2020
1 parent 1389ccd commit a0c9ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ yellow:=$(shell tput setaf 3)
bold:=$(shell tput bold)
reset:=$(shell tput sgr0)

default: deps deps-haskell
default: deps

clean:
rm -fdR out/* evm-semantics
Expand Down

0 comments on commit a0c9ce1

Please sign in to comment.