From fcd87e5b6d8ff4ea8a169a5d5445fc2abb90d3df Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 31 Dec 2010 17:44:33 +0100 Subject: [PATCH] Fixed bug in release machinery --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0ea4217..379cd07 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for the nwho toolkit -VERSION=1.13 CFLAGS=-O2 -Wall -Wextra -Wno-parentheses -DVERSION=$(VERSION) -std=gnu99 LDFLAGS=-s ROOT=/ -REL=nwho-$(VERSION) +VERSION=1.13 +ARCHIVE=nwho-$(VERSION).tar.gz all: nwhod nwho -- 2.39.2