rockbox/utils/rk27utils/rkwtool/Makefile

8 lines
95 B
Makefile
Raw Normal View History

all: rkwtool
rkwtool: rkw.c main.c
gcc -g -std=c99 -o $@ -W -Wall $^
clean:
rm -fr rkwtool