diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |