summaryrefslogtreecommitdiff
path: root/utils/rk27utils/rkwtool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rk27utils/rkwtool/Makefile')
-rw-r--r--utils/rk27utils/rkwtool/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/rk27utils/rkwtool/Makefile b/utils/rk27utils/rkwtool/Makefile
new file mode 100644
index 0000000000..239733cb87
--- /dev/null
+++ b/utils/rk27utils/rkwtool/Makefile
@@ -0,0 +1,7 @@
1all: rkwtool
2
3rkwtool: rkw.c main.c
4 gcc -g -std=c99 -o $@ -W -Wall $^
5
6clean:
7 rm -fr rkwtool