We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3726d commit ae83967Copy full SHA for ae83967
GNUmakefile
@@ -13,7 +13,7 @@ test: Everything.agda check-whitespace
13
cd doc && $(AGDA) README.agda
14
15
testsuite:
16
- $(MAKE) -C tests test GHC_EXEC="$(GHC_EXEC)" AGDA="$(AGDA)" AGDA_EXEC="$(AGDA_EXEC)" only=$(only)
+ $(MAKE) -C tests test GHC_EXEC="$(GHC_EXEC)" AGDA="$(AGDA)" only=$(only)
17
18
fix-whitespace:
19
cabal exec -- fix-whitespace
0 commit comments