projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix NASTY N^2 behavior that was causing the gzip benchmark to take forever to
[oota-llvm.git]
/
Makefile
1
LEVEL = .
2
DIRS = utils/Burg lib tools
3
4
include $(LEVEL)/Makefile.common
5
6
test :: all
7
cd test; $(MAKE)