Browse Source

Docs: Fix typo in makefile

v6.1.6
reuk 4 years ago
parent
commit
db8123f65c
1 changed files with 1 additions and 1 deletions
  1. +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')

.PHONEY: clean
.PHONY: clean

doc/index.html: build/juce_modules.dox Doxyfile
doxygen


Loading…
Cancel
Save