aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2017-01-06 23:53:51 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2017-01-06 23:53:51 +0100
commiteb2632a84364899d0d9ce880802d259cf8814006 (patch)
tree2d162728079ec46e890784d68e622364305384f0 /Makefile
parent3180102d0475ab9686cfe9c9c7501d4eec567db6 (diff)
downloadcolorize-eb2632a84364899d0d9ce880802d259cf8814006.tar.gz
colorize-eb2632a84364899d0d9ce880802d259cf8814006.tar.bz2
Amend files to satisfy lintian
Thanks Axel Beckert
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 381f11a..17031ba 100644
--- a/Makefile
+++ b/Makefile
@@ -5,12 +5,12 @@
SHELL=/bin/sh
CC=gcc
-CFLAGS=-ansi -pedantic
+CFLAGS:=-ansi -pedantic $(CFLAGS)
FLAGS= # command-line macro
colorize: colorize.c
perl ./version.pl > version.h
- $(CC) $(CFLAGS) -o colorize colorize.c -DCFLAGS="$(CFLAGS)" -DHAVE_VERSION $(FLAGS)
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o colorize colorize.c -DCFLAGS="$(CFLAGS)" -DHAVE_VERSION $(FLAGS)
check:
perl ./test.pl --regular