[Pcsclite-cvs-commit] muscleTools Makefile,1.6,1.7

rousseau@quantz.debian.org rousseau@quantz.debian.org
Tue, 30 Sep 2003 23:09:00 +0200


Update of /cvsroot/muscleapps/muscleTools
In directory quantz:/tmp/cvs-serv31227

Modified Files:
	Makefile 
Log Message:
add a distclean rule


Index: Makefile
===================================================================
RCS file: /cvsroot/muscleapps/muscleTools/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	7 Sep 2003 21:06:22 -0000	1.6
+++ Makefile	30 Sep 2003 21:08:58 -0000	1.7
@@ -14,6 +14,8 @@
 clean:
 	rm -f *.o muscleTool
 
+distclean: clean
+
 install: muscleTool
 	install --mode=0755 --strip $^ $(DESTDIR)/bin/$^