mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
7 lines
95 B
Makefile
7 lines
95 B
Makefile
all: rkwtool
|
|
|
|
rkwtool: rkw.c main.c
|
|
gcc -g -std=c99 -o $@ -W -Wall $^
|
|
|
|
clean:
|
|
rm -fr rkwtool
|