From 349843cb326ee7e88ac595a06b42dc41a58c7247 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 30 Jan 2009 08:19:28 +0000 Subject: release 0.9 - inverted -b option - option -n turns on verbose - set time before forking so we lock til time is correct - fix usage - print version with -V --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 260db1a..c41aa63 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,13 @@ -TARGET=sntp -SRC=sntp.c log.c util.c +TARGET=sntpc +SRC=sntpc.c log.c util.c DISTFILES=$(SRC) Makefile ntp.h util.h log.h -VERSION=0.8 +VERSION=0.9 P=$(TARGET)-$(VERSION) CFLAGS ?= -Wall -Werror -DDEBUG +CFLAGS += -DSNTPC_VERSION=\"$(VERSION)\" $(TARGET): $(SRC) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -- cgit v1.2.3