Skip to content

Commit

Permalink
Fix the Makefile and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gdetrez committed Mar 8, 2013
1 parent b01220f commit 512840d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/BNFC.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: BNFC
Version: 2.7.0.0
Version: 2.5
cabal-version: >= 1.8
build-type: Simple
category: Development
Expand Down
5 changes: 1 addition & 4 deletions source/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
all: build

build:
cabal configure --enable-tests && cabal build

test: build
cabal test
cabal configure && cabal build

install:
cabal install
Expand Down

0 comments on commit 512840d

Please sign in to comment.