head 1.4; access; symbols; locks; strict; comment @# @; 1.4 date 2010.08.06.18.07.12; author wessels; state Exp; branches; next 1.3; 1.3 date 2009.12.18.03.23.45; author wessels; state Exp; branches; next 1.2; 1.2 date 2008.04.16.18.39.24; author wessels; state Exp; branches; next 1.1; 1.1 date 2003.07.18.14.29.55; author wessels; state Exp; branches; next ; desc @@ 1.4 log @*** empty log message *** @ text @BASEURL=http://www.life-gone-hazy.com/src/respawn/ PROG=respawn CFLAGS=-Wall all: ${PROG} $(PROG): $(PROG).o $(CC) -o $(PROG) $(PROG).o $(PROG).static: $(PROG).o $(CC) -static -o ${@@} $(PROG).o strip $@@ clean: rm -f $(PROG) rm -f $(PROG).o rm -f $(PROG).core fetch: fetch ${BASEURL}/Makefile fetch ${BASEURL}/respawn.c @ 1.3 log @bug @ text @d10 4 @ 1.2 log @add new features @ text @d1 1 d14 4 @ 1.1 log @Initial revision @ text @d2 3 @