notaz.gp2x.de
/
ia32rtools.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
rep stosd and stuff
[ia32rtools.git]
/
tools
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
CFLAGS += -Wall -ggdb
2
3
T = asmproc cmpmrg_text mkbridge translate
4
5
all: $(T)
6
7
clean:
8
$(RM) $(T)