This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Docs: Fix typo in makefile
v6.1.6
reuk
4 years ago
parent
b9c8a1475f
commit
db8123f65c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/doxygen/Makefile
+ 1
- 1
docs/doxygen/Makefile
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')
.PHON
E
Y: clean
.PHONY: clean
doc/index.html: build/juce_modules.dox Doxyfile
doxygen
Write
Preview
Loading…
Cancel
Save