JUCE_Template/Documentation/Makefile

11 lines
172 B
Makefile
Raw Normal View History

2019-03-25 00:06:49 +01:00
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