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 e9ba0d2 commit f97b35cCopy full SHA for f97b35c
GNUmakefile
@@ -5,9 +5,7 @@ AGDA=$(AGDA_EXEC) $(RTS_OPTIONS)
5
# Before running `make test` the `fix-whitespace` program should
6
# be installed:
7
#
8
-# git clone [email protected]:agda/fix-whitespace --depth 1
9
-# cd fix-whitespace
10
-# cabal install
+# cabal install fix-whitespace
11
12
test: Everything.agda check-whitespace
13
$(AGDA) -i. -isrc README.agda
0 commit comments