From: Hans U. N. <hu...@us...> - 2006-06-30 13:13:27
|
Update of /cvsroot/libexif/libexif-website In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6135 Modified Files: Makefile Log Message: add clean target Index: Makefile =================================================================== RCS file: /cvsroot/libexif/libexif-website/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- Makefile 30 Jun 2006 12:47:35 -0000 1.4 +++ Makefile 30 Jun 2006 13:13:24 -0000 1.5 @@ -5,6 +5,10 @@ HTDOCS_DIR = /home/groups/l/li/libexif/h all: @echo "Nothing to build. Perhaps you want to upload now?" +.PHONY: clean +clean: + rm -f upload-static.stamp + .PHONY: upload upload: upload-static.stamp |