From 2b59e065f0db491d2b0e22fabbeb5a97da02c2b6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 29 Aug 2016 23:33:05 -0700 Subject: 3283 Fix CI. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 3938cbb2..86d9fab9 100644 --- a/makefile +++ b/makefile @@ -25,7 +25,7 @@ mu_bin: mu.cc makefile function_list test_list cleave/cleave BUILD_SRC=$(wildcard .build/*.cc) .build/mu_bin: $(BUILD_SRC:.cc=.o) termbox/libtermbox.a - ${CXX} .build/*.o termbox/libtermbox.a -o .build/mu_bin + ${CXX} ${LDFLAGS} .build/*.o termbox/libtermbox.a -o .build/mu_bin .build/%.o: .build/%.cc .build/header .build/global_declarations_list @# explicitly state default rule since we added dependencies -- cgit 1.4.1-2-gfad0