1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Add makefile to build subdirs

llvm-svn: 4842
This commit is contained in:
Chris Lattner 2002-12-02 01:21:34 +00:00
parent 89de3f1fc5
commit 1321a54d80

4
utils/Makefile Normal file
View File

@ -0,0 +1,4 @@
LEVEL = ..
DIRS = Burg TableGen
include $(LEVEL)/Makefile.common