We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6241b9 commit e11bf1cCopy full SHA for e11bf1c
tools/parser/Makefile
@@ -6,7 +6,7 @@ FORMAT?=DEFAULT
6
raylib_parser: raylib_parser.c
7
cc raylib_parser.c -o raylib_parser
8
9
-raylib_api: ../src/raylib.h raylib_parser
+raylib_api: ../../src/raylib.h raylib_parser
10
FORMAT=DEFAULT EXTENSION=txt $(MAKE) raylib_api.txt
11
FORMAT=JSON EXTENSION=json $(MAKE) raylib_api.json
12
FORMAT=XML EXTENSION=xml $(MAKE) raylib_api.xml
0 commit comments