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 2eb1952 commit 30a116aCopy full SHA for 30a116a
1 file changed
Makefile
@@ -18,7 +18,7 @@ DIALYZER_INC=$(shell test -d include && echo '-I include') $(shell test -d deps
18
.PHONY: all rebuild compile doc clean test dialyzer typer get-deps clean-deps \
19
shell clean-plt clean-doc distclean
20
21
-all: get-deps compile test doc
+all: get-deps compile
22
23
rebuild: distclean get-deps all
24
0 commit comments