Remove exhuberant-style comments which remained from copying file from `sample'
[oota-llvm.git] / projects / Stacker / lib / Makefile
1 ##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
2 #
3 # Compile Stacker libraries
4 #
5 ##===----------------------------------------------------------------------===##
6
7 LEVEL = ..
8 DIRS = compiler runtime
9
10 include $(LEVEL)/Makefile.common