Commit 1809caa1 authored by Philipp Meyer's avatar Philipp Meyer
Browse files

Update makefile and project file

parent 6e9efd1f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
all:
all: build

build:
	cabal build

install:
	cabal install

clean:
	cabal clean
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ description:
    for the class WS3 of well-specified strongly-silent protocols
    using SMT solvers such as Z3, Yices or CVC4.
license:             GPL-3
license-file:        LICENSE
license-file:        LICENSE.md
author:              Philipp Meyer
maintainer:          meyerphi@in.tum.de
category:            Formal Methods