summaryrefslogtreecommitdiff
path: root/utils/nwztools/plattools/data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nwztools/plattools/data/Makefile')
-rw-r--r--utils/nwztools/plattools/data/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/nwztools/plattools/data/Makefile b/utils/nwztools/plattools/data/Makefile
new file mode 100644
index 0000000000..86f3bb339c
--- /dev/null
+++ b/utils/nwztools/plattools/data/Makefile
@@ -0,0 +1,8 @@
1TOOLS_DIR=../../../../tools/
2all: rockbox_icon.h tools_icon.h
3
4%.h: %.bmp
5 $(TOOLS_DIR)/bmp2rb -f 4 $^ > $@
6
7clean:
8 rm -rf *.h