1
0
Fork 0
forked from len0rd/rockbox

provide a zip target on target builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4672 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2004-05-21 19:05:47 +00:00
parent 760b7b9ed4
commit 3d9f774724

3
tools/configure vendored
View file

@ -478,6 +478,9 @@ tags-apps:
tags:
@rm -f TAGS
\$(MAKE) tags-firmware tags-apps
zip:
\$(TOOLSDIR)/buildzip.pl \$(TARGET)
EOF
echo "Created Makefile"