cling/tools/Makefile

15 lines
467 B
Makefile
Raw Normal View History

##===- tools/Makefile --------------------------------------*- Makefile -*-===##
#
2014-01-07 09:55:59 +01:00
# The Cling Interpreter
#
2014-01-07 09:55:59 +01:00
# This file is dual-licensed: you can choose to license it under the University
# of Illinois Open Source License or the GNU Lesser General Public License. See
# LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL := ../../..
2014-06-10 18:30:14 +05:30
DIRS := driver
include $(LEVEL)/Makefile.common