From d94a3fdb6c62fe67bad35a3773cea623b0a40f68 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 28 Dec 2015 11:19:12 -0700 Subject: [PATCH] add to, don't overwrite, CFLAGS in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e894eb5..e3ab414 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ LIBS = -lncurses #PFLAGS = -g -DSolaris -DIrix -DUSLEEP #LIBS = -lcurses -CFLAGS = $(PFLAGS) $(DEBUGOPTIONS) +CFLAGS += $(PFLAGS) $(DEBUGOPTIONS) HWOBJ = reg_orion.o reg_pear.o reg_pseudo.o APPOBJ = storage.o network.o crc16.o genlib.o xdsub.o -- 2.47.2