summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: d3559ad47a1b702da9e0502c9991d57b540650df (plain)
1
2
3
4
5
6
7
all:
	cd docs && $(MAKE) html

help:
	@echo "This Makefile just accesses the Makefile inside the docs/ directory"
	@echo "The default output for the documentation generation is html."