From 912b06b2938a9c34b582f372d57c8a1aea84f0ea Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 7 Nov 2017 04:33:25 +0330 Subject: travis should be fixed now --- bruiser/makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bruiser') diff --git a/bruiser/makefile b/bruiser/makefile index a464371..65a5ed7 100644 --- a/bruiser/makefile +++ b/bruiser/makefile @@ -4,7 +4,7 @@ include ../macros.mk #######################################VARS#################################### override CXX_FLAGS+:=-I/usr/include -override CXX_FLAGS+:=$(shell python3-config --includes) +override CXX_FLAGS+::=$(shell python3-config --includes) BRUISER=bruiser LUA?=JIT LIB_LUA=./lua-5.3.4/src/liblua.a @@ -30,8 +30,6 @@ depend: .bruiser.d -include ./.bruiser.d .cpp.o: depend - @echo 'fuck right off' - echo 'fuck right off' $(CXX) $(CXX_FLAGS) -I/usr/include/python3.5m -c $< -o $@ linenoise.o: -- cgit v1.2.3