4 lines
61 B
Makefile
4 lines
61 B
Makefile
|
all:
|
||
|
gcc -g -Wall -o skinupdater skinupdater.c tag_table.c
|
||
|
|