[Pcsclite-cvs-commit] HandlerTest Makefile,1.1,1.2

rousseau@quantz.debian.org rousseau@quantz.debian.org
Wed, 29 Oct 2003 22:18:36 +0100


Update of /cvsroot/pcsclite/HandlerTest
In directory quantz:/tmp/cvs-serv29567

Modified Files:
	Makefile 
Log Message:
add "all" rule


Index: Makefile
===================================================================
RCS file: /cvsroot/pcsclite/HandlerTest/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	29 Aug 2003 06:51:57 -0000	1.1
+++ Makefile	29 Oct 2003 21:18:33 -0000	1.2
@@ -1,5 +1,8 @@
 # $Id$
 
+all:
+	make -C Host all
+
 clean:
 	make -C Host clean