repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
system
/
Wanderer
/
Tools
/
WBNewDrawer
/
icons
/
mmakefile.src
blob
272067b3d55b68e9784a50f6a9777894075f7147
1
# Copyright © 2006, The AROS Development Team. All rights reserved.
2
# $Id$
3
4
include $(TOP)/config/make.cfg
5
6
EXEDIR := \
7
$(AROS_WANDERER)/Tools
8
9
ICONS := WBNewDrawer
10
11
%build_icons mmake=workbench-system-wanderer-tools-wbnewdrawer-icons icons=$(ICONS) \
12
dir=$(EXEDIR)
13
14
%common