fixed error on cleaning missing libnfc

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@778 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-04-24 11:37:39 +00:00
parent e3e8ee659c
commit bc12ad2d34

View File

@@ -43,7 +43,8 @@ win: $(PCSC_RELAY_EXE)
clean-local:
rm -rf $(IMAGE) $(WIN32_DIR)
make -C $(LIBNFC_DIR) clean
test ! -d $(LIBNFC_DIR) || \
make -C $(LIBNFC_DIR) clean
distclean-local:
rm -rf $(LIBNFC_DIR)