1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/Makefile
Chris Lattner e6b9b382e2 Initial revision
llvm-svn: 2
2001-06-06 20:29:01 +00:00

8 lines
92 B
Makefile

LEVEL = .
DIRS = lib tools
include $(LEVEL)/Makefile.common
test :: all
cd test; $(MAKE)