mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 14:50:30 +00:00
Makefile for tools/tests/
llvm-svn: 409
This commit is contained in:
parent
b61f869552
commit
c90d21f261
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