Fix problem where lli < foo.bc would have argc = 0
[oota-llvm.git] / tools / tests / Makefile
1 LEVEL = ../..
2 include $(LEVEL)/Makefile.common
3
4 all:: testPow2
5
6 clean::
7         rm -f testPow2
8
9 testPow2 : $(ObjectsG)
10         $(LinkG) -o testPow2 $(ObjectsG) -lsupport
11
12 run: testPow2
13         testPow2 25