4 lines
202 B
Makefile
4 lines
202 B
Makefile
|
all:
|
||
|
gcc -I../themeeditor -g -Wall -o newparser newparser.c skin_render.c handle_tags.c ../themeeditor/skin_parser.c ../themeeditor/skin_scan.c ../themeeditor/skin_debug.c ../themeeditor/tag_table.c
|
||
|
|