rockbox/utils/rk27utils/rkwtool/Makefile
Marcin Bukat 53d9f2e6a7 rkwtool: The tool to inspect and extract update RKW files
Change-Id: Ie32d0a597b93d23a7d5946a3d9409572b41b45bc
2014-08-07 19:09:35 +02:00

7 lines
95 B
Makefile

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