From 4f634d4cd3254dfc68b65e63be32708105032101 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Thu, 22 Oct 2020 00:24:34 -0400 Subject: Fix Makefiles so that a custom CFLAGS doesn't break the build --- dis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dis/Makefile') diff --git a/dis/Makefile b/dis/Makefile index df93116..88fa7c2 100755 --- a/dis/Makefile +++ b/dis/Makefile @@ -4,7 +4,7 @@ # that a good Makefile should follow. Sorry - at least I have one.) LIBLITMUS ?= /media/speedy/litmus/liblitmus CC ?= gcc -CFLAGS += -pthread -O2 -I.. +override CFLAGS += -pthread -O2 -I.. LDFLAGS = -lrt -lm COMMON = ../extra.h -- cgit v1.2.2