laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15721


Change subject: ccid_host/Makefile: Ensure 'make clean' succeeds (rm -f)
......................................................................

ccid_host/Makefile: Ensure 'make clean' succeeds (rm -f)

Change-Id: Ie4e1fa64b707d86a20582b1b88612e5d268db558
---
M ccid_host/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware 
refs/changes/21/15721/1

diff --git a/ccid_host/Makefile b/ccid_host/Makefile
index b68bd9d..53ee932 100644
--- a/ccid_host/Makefile
+++ b/ccid_host/Makefile
@@ -13,4 +13,4 @@
        $(CC) $(CFLAGS) -o $@ -c $^

 clean:
-       rm ccid_functionfs hub_functionfs *.o
+       rm -f ccid_functionfs hub_functionfs *.o

--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15721
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: Ie4e1fa64b707d86a20582b1b88612e5d268db558
Gerrit-Change-Number: 15721
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <lafo...@osmocom.org>
Gerrit-MessageType: newchange

Reply via email to