From 37777e89cd284e8cbd621969eeccc1e54972e4b0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 11 Jul 2016 00:31:13 +0200 Subject: Implement -p MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ccaa8e1..cd24caf 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +PKGNAME = gammad +COMmAND = gammad + + SRC = filter gammad output ramps OPTIMISE = -Og -g @@ -16,7 +20,7 @@ FFLAGS = -fstrict-aliasing -fstrict-overflow -fipa-pure-const -ftree-vrp -fstack CCFLAGS = -std=c99 $(WARN) $(FFLAGS) $(OPTIMISE) LDFLAGS = $(OPTIMISE) -lgamma -CPPFLAGS = +CPPFLAGS = -D'PKGNAME="$(PKGNAME)"' -D'COMMAND="$(COMMAND)"' .PHONY: all -- cgit v1.2.3-70-g09d2