Added target clean
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@10 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -11,3 +11,6 @@ all: $(TARGETS)
|
|||||||
|
|
||||||
picc_to_pcsc: picc_to_pcsc.c picc_to_pcsc.h
|
picc_to_pcsc: picc_to_pcsc.c picc_to_pcsc.h
|
||||||
$(CC) $(CFLAGS) $(LIBPCSCLITE_CFLAGS) picc_to_pcsc.c -o $@
|
$(CC) $(CFLAGS) $(LIBPCSCLITE_CFLAGS) picc_to_pcsc.c -o $@
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f picc_to_pcsc
|
||||||
|
|||||||
Reference in New Issue
Block a user