We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6426cf commit 2256b33Copy full SHA for 2256b33
1 file changed
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: doc html regen check
+.PHONY: doc html clean check regen
2
3
GAP ?= gap
4
GAP_ARGS = -q --quitonbreak --packagedirs .
@@ -9,8 +9,11 @@ doc:
9
html:
10
NOPDF=1 $(GAP) $(GAP_ARGS) makedoc.g -c 'QUIT;'
11
12
-regen:
13
- $(GAP) $(GAP_ARGS) regen_tests.g
+clean:
+ cd doc && ./clean
14
15
check:
16
$(GAP) $(GAP_ARGS) tst/testall.g
17
+
18
+regen:
19
+ $(GAP) $(GAP_ARGS) regen_tests.g
0 commit comments