Browse Source

Fixed makefile.

Branimir Karadzic 11 years ago
parent
commit
fb6721012f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -186,7 +186,7 @@ analyze:
 	cppcheck examples/
 	cppcheck examples/
 
 
 docs:
 docs:
-	doxygen genie/bgfx.doxygen
+	doxygen scripts/bgfx.doxygen
 	markdown README.md > .build/docs/readme.html
 	markdown README.md > .build/docs/readme.html
 
 
 clean:
 clean: