[Cryptech-Commits] [sw/tamper] 08/20: Have 'clean' complain less.
    git at cryptech.is 
    git at cryptech.is
       
    Fri Jul 22 14:58:07 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository sw/tamper.
commit 248abdfdccafcdf563d128a5f46f56d9d64dd24d
Author: Linus Nordberg <linus at nordberg.se>
AuthorDate: Mon Jul 4 13:56:27 2016 +0200
    Have 'clean' complain less.
    
    Thanks to Rob Austein.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 3764fe4..ec919f8 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,4 @@ all: tamper.hex
 	$(OBJCOPY) -O ihex $< $@
 
 clean:
-	-rm *.o *.elf *.hex
+	rm -f *.o *.elf *.hex
    
    
More information about the Commits
mailing list