From a29dc882eab3dc9ba0543b16a42c62716e1dcefe Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Tue, 5 Jan 2010 14:17:58 +0000 Subject: [PATCH] Added target clean git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@10 96b47cad-a561-4643-ad3b-153ac7d7599c --- picc_to_pcsc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/picc_to_pcsc/Makefile b/picc_to_pcsc/Makefile index 571b61a..b69db4b 100644 --- a/picc_to_pcsc/Makefile +++ b/picc_to_pcsc/Makefile @@ -11,3 +11,6 @@ all: $(TARGETS) picc_to_pcsc: picc_to_pcsc.c picc_to_pcsc.h $(CC) $(CFLAGS) $(LIBPCSCLITE_CFLAGS) picc_to_pcsc.c -o $@ + +clean: + rm -f picc_to_pcsc