rockbox/utils/rk27utils/rkboottool/Makefile

8 lines
104 B
Makefile
Raw Normal View History

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