repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fixed typo in structure name.
[AROS.git]
/
tools
/
elf2hunk
/
mmakefile.src
blob
2e582c876fff70fbf6b77585f47d367af996c311
1
include $(TOP)/config/make.cfg
2
3
#MM- build-tools : build-tools-elf2hunk
4
5
USER_CFLAGS := -DDEBUG=0
6
7
%build_prog mmake=build-tools-elf2hunk \
8
progname=elf2hunk targetdir=$(AROSDIR)/Build/Tools
9
10
%common