aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-13 10:18:20 -0300
committerEuAndreh <eu@euandre.org>2023-03-13 10:18:20 -0300
commitccc4559b094e7ccd611bc54f527d6c8c34a04fed (patch)
treefeb0545efca06fe39b6d7a33854b56ec52894662 /Makefile
parentMakefile: Add "upload-secrets" target, and include borg-passphrase.txt in it (diff)
downloadserver-ccc4559b094e7ccd611bc54f527d6c8c34a04fed.tar.gz
server-ccc4559b094e7ccd611bc54f527d6c8c34a04fed.tar.xz
Makefile: Delete plain secrets on "clean" target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1e98bc7..eff5d6a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,8 @@ all:
check:
clean:
+ rm -rf \
+ src/secrets/*.txt
public: