JUCE_Template/Documentation/Makefile

11 lines
172 B
Makefile

SHELL := /bin/bash
doc/index.html: Doxyfile JUCE/doc/juce.tag
doxygen
JUCE/doc/juce.tag:
$(error Please compile the JUCE documentation first!)
clean:
rm -rf doc/html