head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2007.12.15.10.28.31; author rse; state Exp; branches; next ; commitid BsGojwrTpjF2UvJs; desc @@ 1.1 log @new package: rsstail 1.4 (RSS Command-Line Tracker) @ text @Index: Makefile --- Makefile.orig 2007-12-13 20:32:31 +0100 +++ Makefile 2007-12-15 11:26:36 +0100 @@@@ -1,17 +1,17 @@@@ VERSION=1.4 -DEBUG=-g -LDFLAGS=-lmrss $(DEBUG) -CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) +DEF=-DVERSION=\"$(VERSION)\" +CFLAGS= +CPPFLAGS= +LDFLAGS= +LIBS=-lmrss OBJS=r2t.o all: rsstail -rsstail: $(OBJS) - $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o rsstail - # - # Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html +rsstail: + $(CC) $(CPPFLAGS) $(DEF) $(CFLAGS) r2t.c -o rsstail $(LDFLAGS) $(LIBS) install: rsstail cp rsstail $(DESTDIR)/usr/bin @