From 813cc3418c647625f96aae3ca219445e9ce73fdf Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 21 Mar 2011 11:02:01 +0100 Subject: [PATCH] Remove old code from src/Makefile --- src/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Makefile b/src/Makefile index fb23b3b..49113d5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,12 +1,7 @@ --include ../config.local - -# Use our version of clang (even without installing) -LLVM_BIN= $(CURDIR)/../_install/bin - LLVM_CONFIG := $(shell llvm-config --cxxflags --ldflags --libs jit core) visualizer: visualizer.cpp commandlineopt.h stringoper.h - g++ $< -o $@ -g -lclangParse -lclangFrontend -lclangSerialization \ + $(CXX) $< -o $@ -g -lclangParse -lclangFrontend -lclangSerialization \ -lclangDriver -lclangCodeGen -lclangSema -lclangChecker \ -lclangAnalysis -lclangRewrite -lclangAST -lclangLex -lclangBasic \ $(LLVM_CONFIG) -- 2.39.2