[Cryptech-Commits] [user/ln5/tamper] 01/02: Have 'clean' complain less.
git at cryptech.is
git at cryptech.is
Mon Jul 4 11:58:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
linus at nordberg.se pushed a commit to branch master
in repository user/ln5/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