aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/flow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe/flow/Makefile')
-rw-r--r--lib/hipe/flow/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/hipe/flow/Makefile b/lib/hipe/flow/Makefile
index bbe8ef8666..e8d570ac48 100644
--- a/lib/hipe/flow/Makefile
+++ b/lib/hipe/flow/Makefile
@@ -82,6 +82,9 @@ clean:
rm -f $(TARGET_FILES)
rm -f core
+distclean: clean
+realclean: clean
+
$(DOCS)/%.html:%.erl
erl -noshell -run edoc_run file '"$<"' '[{dir, "$(DOCS)"}]' -s init stop