summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-21 19:24:16 -0500
committerJeff Carr <[email protected]>2024-10-21 19:24:16 -0500
commit03396ebab55d402eb3f8a9bd784ce2abcfbf0569 (patch)
treeda37692194197b40b60cf3f876d51b1fc328bee2
parent884fa288d0cbec904782db7a5045d448721007a3 (diff)
rm -f
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80c27a3..029c8d8 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ redomod:
clean:
rm -f *.pb.go
- -rm go.*
+ -rm -f go.*
cd configfile && make clean
droplet.pb.go: droplet.proto