Skip to content

Commit

Permalink
Fixed a bug in cubical-test.
Browse files Browse the repository at this point in the history
Old .agdai files should not be used.
  • Loading branch information
nad committed Apr 20, 2020
1 parent a1f2b75 commit c0b4c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -324,6 +324,7 @@ std-lib-test :

.PHONY : cubical-test ##
cubical-test :
-rm -r cubical/_build
@$(call decorate, "Cubical library test", \
time $(MAKE) -C cubical \
AGDA_EXEC=$(AGDA_BIN) RTS_OPTIONS=$(AGDA_OPTS))
Expand Down

0 comments on commit c0b4c61

Please sign in to comment.