aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-24 01:42:07 -0300
committerEuAndreh <eu@euandre.org>2021-01-24 01:42:07 -0300
commit1d78f184f052ab3d20f995e41876c1f5744b04ab (patch)
tree95f7bd4be3248d4600c95348aadf68b214d52a50
parentAdd tests/lib.sh (diff)
downloadremembering-1d78f184f052ab3d20f995e41876c1f5744b04ab.tar.gz
remembering-1d78f184f052ab3d20f995e41876c1f5744b04ab.tar.xz
Makefile: Clean tests/test-profiles/ on "clean" target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 840fb8f..315b54e 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,6 @@ public: README.md TODOs.md
sh build-aux/workflow/README.sh $(NAME) $(NAME)
clean:
- rm -rf public/
+ rm -rf public/ tests/test-profiles/
.PHONY: all clean check dist install uninstall