Couple of fixes to mention bunzip2 and make instructions more clear.
[llvm-complete.git] / lib / Bitcode / Makefile
blob1e4ab1b7821f1118ac29190b69c201d014f02a98
1 ##===- lib/Bitcode/Makefile --------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file was developed by Chris Lattner and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 PARALLEL_DIRS = Reader Writer
13 include $(LEVEL)/Makefile.common