aboutsummaryrefslogtreecommitdiff
path: root/doxygen/Makefile
blob: e4ab6ce376c7f76fc81d1aca33331e3011f32848 (plain)
1
2
3
4
5
6
7
DOXYGEN ?= doxygen
DOXYGENFLAGS =

.PHONY: all
all:
	$(DOXYGEN) $(DOXYGENFLAGS)