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:
@@ -43,7 +43,8 @@ win: $(PCSC_RELAY_EXE)
|
|||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -rf $(IMAGE) $(WIN32_DIR)
|
rm -rf $(IMAGE) $(WIN32_DIR)
|
||||||
make -C $(LIBNFC_DIR) clean
|
test ! -d $(LIBNFC_DIR) || \
|
||||||
|
make -C $(LIBNFC_DIR) clean
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -rf $(LIBNFC_DIR)
|
rm -rf $(LIBNFC_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user