53d9f2e6a7
Change-Id: Ie32d0a597b93d23a7d5946a3d9409572b41b45bc
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
|