1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Docs: Fix typo in makefile

This commit is contained in:
reuk 2021-04-25 20:13:49 +01:00
parent b9c8a1475f
commit db8123f65c

View file

@ -2,7 +2,7 @@ SHELL := /bin/bash
SOURCE_FILES := $(shell find ../../modules -type f -name "juce_*.h" -or -name "juce_*.dox" | sed 's/ /\\ /g')
.PHONEY: clean
.PHONY: clean
doc/index.html: build/juce_modules.dox Doxyfile
doxygen