Skip to content

Commit e11bf1c

Browse files
authored
Update Makefile
1 parent c6241b9 commit e11bf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/parser/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FORMAT?=DEFAULT
66
raylib_parser: raylib_parser.c
77
cc raylib_parser.c -o raylib_parser
88

9-
raylib_api: ../src/raylib.h raylib_parser
9+
raylib_api: ../../src/raylib.h raylib_parser
1010
FORMAT=DEFAULT EXTENSION=txt $(MAKE) raylib_api.txt
1111
FORMAT=JSON EXTENSION=json $(MAKE) raylib_api.json
1212
FORMAT=XML EXTENSION=xml $(MAKE) raylib_api.xml

0 commit comments

Comments
 (0)