Skip to content

Commit

Permalink
Need to build 'libs' before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinb committed Jul 9, 2019
1 parent 2487c30 commit 38443e2
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 @@ -4,7 +4,7 @@ export IDRIS2_DATA = ${CURDIR}/support

.PHONY: ttimp idris2 prelude test base clean lib_clean

all: idris2 test
all: idris2 libs test

idris2: src/YafflePaths.idr
idris --build idris2.ipkg
Expand Down

0 comments on commit 38443e2

Please sign in to comment.