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:
parent
b9c8a1475f
commit
db8123f65c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue