summaryrefslogtreecommitdiff
path: root/docs/GNUmakefile
blob: 4ab049cc2041de9e8426755f9208f78689ddeecf (plain)
1
2
3
4
5
6
7
8
9
10
11
TOPDIR = ..

SUBDIRS =

-include $(TOPDIR)/makefiles/sub.mk

doc:
	cd $(TOPDIR); doxygen docs/doxygen.conf

local_clean:
	-@rm -rf doxygen 2>/dev/null