Skip to content

Commit ae83967

Browse files
committed
[ fix ] remove useless option
1 parent 3d3726d commit ae83967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test: Everything.agda check-whitespace
1313
cd doc && $(AGDA) README.agda
1414

1515
testsuite:
16-
$(MAKE) -C tests test GHC_EXEC="$(GHC_EXEC)" AGDA="$(AGDA)" AGDA_EXEC="$(AGDA_EXEC)" only=$(only)
16+
$(MAKE) -C tests test GHC_EXEC="$(GHC_EXEC)" AGDA="$(AGDA)" only=$(only)
1717

1818
fix-whitespace:
1919
cabal exec -- fix-whitespace

0 commit comments

Comments
 (0)