From aa41e40dcfbbb9d19245cb92e5915d5508ba2c24 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 26 Jun 2017 01:49:30 +0430 Subject: updated --- test/bruisertest/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/bruisertest') diff --git a/test/bruisertest/makefile b/test/bruisertest/makefile index 2f5e334..c8b1c3e 100644 --- a/test/bruisertest/makefile +++ b/test/bruisertest/makefile @@ -1,11 +1,12 @@ BRUISER_TEST=test +CXX?=clang++ .DEFAULT:all clean all:$(BRUISER_TEST) .cpp.o: - $(CXX) $(CXX_FLAGS) -c $< -o $@ + $(CXX) $(CXX_FLAGS) -c $< -o $@ -I/usr/include $(BRUISER_TEST): test.cpp $(CXX) $^ $(LD_FLAGS) -o $@ -- cgit v1.2.3