From 5f92f876fb49ab6234e8752cc19ddc9cfe741969 Mon Sep 17 00:00:00 2001 From: oepen Date: Mon, 25 Jan 2010 17:18:20 +0000 Subject: [PATCH] Small Makefile fix: Added default target to virtualsmartcard/Makefile git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@30 96b47cad-a561-4643-ad3b-153ac7d7599c --- virtualsmartcard/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/virtualsmartcard/Makefile b/virtualsmartcard/Makefile index 6bc5c80..8a3ab23 100644 --- a/virtualsmartcard/Makefile +++ b/virtualsmartcard/Makefile @@ -32,6 +32,8 @@ RESTARTPCSCD = /etc/init.d/pcscd restart TARGETS = libvpcd.so configuration virtualsmartcard # top-level rule +default: all + all: $(TARGETS) ifd.o: vpcd/ifd.c