From d48b43edb4d356a20b20762f803370e7fc975bf3 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 7 Apr 2002 07:55:29 +0000 Subject: [PATCH] r1757: added .PHONY to makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a104d7..197ccd9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.8 2002/04/07 03:57:35 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.9 2002/04/07 07:55:29 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -15,6 +15,8 @@ PKG=clsql +.PHONY: all libs clean realclean docs tagcvs dist + all: libs libs: -- 2.34.1