Commit bacf1fd8 authored by Sebastian Woelke's avatar Sebastian Woelke

Fix PHONY of Makefile

parent a7b2af12
......@@ -431,7 +431,7 @@ distclean:
doc:
$(MAKE) -C $(firstword $(DIRS)) $@
.PHONY: all test install uninstall clean distclean
.PHONY: all test install uninstall clean distclean doc
EOT
`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment