diff options
author | Linus Nordberg <linus@nordberg.se> | 2019-12-18 23:40:39 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2019-12-18 23:40:39 +0100 |
commit | 6f4f2afe12e419fe5ba2705522fb3867a2452884 (patch) | |
tree | 6f842a581635fd15f7a8ce3f882e715bc6ecfe2b /src/cc20rng/Makefile | |
parent | 15f056ce2278c75f7eadb3a33ffe7de6c21ab3b4 (diff) |
Don't find | rm for target 'clean'
That's too destructive (and also it doesn't work well with .~/).
Diffstat (limited to 'src/cc20rng/Makefile')
-rw-r--r-- | src/cc20rng/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cc20rng/Makefile b/src/cc20rng/Makefile index 2873505..b3627b6 100644 --- a/src/cc20rng/Makefile +++ b/src/cc20rng/Makefile @@ -30,7 +30,6 @@ $(PROJ_NAME).elf: $(SRCS) $(SIZE) $(PROJ_NAME).elf clean: - find ./ -name '*~' | xargs rm -f rm -f *.o rm -f $(PROJ_NAME).elf rm -f $(PROJ_NAME).hex |