forked from len0rd/rockbox
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
|