[Cryptech-Commits] [user/jakob/tamper] 08/13: Have 'clean' complain less.

git at cryptech.is git at cryptech.is
Sat Jul 16 08:29:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

jakob at kirei.se pushed a commit to branch master
in repository user/jakob/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