diff options
| author | Jeff Carr <[email protected]> | 2024-10-21 19:24:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-21 19:24:16 -0500 |
| commit | 03396ebab55d402eb3f8a9bd784ce2abcfbf0569 (patch) | |
| tree | da37692194197b40b60cf3f876d51b1fc328bee2 | |
| parent | 884fa288d0cbec904782db7a5045d448721007a3 (diff) | |
rm -f
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ redomod: clean: rm -f *.pb.go - -rm go.* + -rm -f go.* cd configfile && make clean droplet.pb.go: droplet.proto |
