Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-11-14
Bug-Debian: https://bugs.debian.org/1119503
Description: Use default build flags

--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CC = cc
-CFLAGS = -g -O2 -Wall -pedantic
+CC ?= cc
+CFLAGS += $(CPPFLAGS) -g -O2 -Wall -pedantic
 # CFLAGS = -O3
 SHAR = shar 
 # SHAR = shar -T
