From d0994e4ed8ed49b373a1e4189182329926e027de Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 20 Mar 2014 11:10:22 -0600 Subject: [PATCH] Clean up build --- Makefile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index ad620b4..461d501 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,16 @@ CFLAGS = -Wall -Werror -TARGETS = pmerge puniq p4split pcat -TARGETS += hd pyesc printfesc xor unhex +TARGETS += pmerge +TARGETS += puniq +TARGETS += p4split +TARGETS += hd +TARGETS += pyesc +TARGETS += printfesc +TARGETS += xor +TARGETS += unhex all: $(TARGETS) -%: %.go - go build $< - -install: $(TARGETS) +nstall: $(TARGETS) install -d $(DESTDIR)$(PREFIX) install $(TARGETS) $(DESTDIR)$(PREFIX)/bin