From 9844a38c811d8c6c95eeac15efcb262ea88b2484 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 12 Jul 2016 10:51:08 +0200 Subject: Rename project: gammad => coopgammad MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 631b544..bb02f60 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -PKGNAME = gammad -COMMAND = gammad +PKGNAME = coopgammad +COMMAND = coopgammad KERNEL = $(shell uname | tr '[A-Z]_' '[a-z]-') -SRC = filter gammad output ramps util message server +SRC = filter coopgammad output ramps util message server OPTIMISE = -Og -g @@ -28,9 +28,9 @@ CPPFLAGS = -D'PKGNAME="$(PKGNAME)"' -D'COMMAND="$(COMMAND)"' -D_XOPEN_SOURCE=700 .PHONY: all -all: bin/gammad +all: bin/coopgammad -bin/gammad: $(foreach S,$(SRC),obj/$(S).o) +bin/coopgammad: $(foreach S,$(SRC),obj/$(S).o) @mkdir -p -- "$$(dirname -- "$@")" $(CC) $(LDFLAGS) -o $@ $^ -- cgit v1.2.3-70-g09d2