mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
Makefile for tools/tests/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@409 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0eca9ed813
commit
c34b88fd13
13
tools/tests/Makefile
Normal file
13
tools/tests/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
LEVEL = ../..
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
all:: testPow2
|
||||
|
||||
clean::
|
||||
rm -f testPow2
|
||||
|
||||
testPow2 : $(ObjectsG)
|
||||
$(LinkG) -o testPow2 $(ObjectsG) -lsupport
|
||||
|
||||
run: testPow2
|
||||
testPow2 25
|
Loading…
Reference in New Issue
Block a user