diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ uninstall: check: sh tests/all.sh + sh tests/cli-opts.sh if [ -d .git ]; then \ echo 'Assuming Git repository, running development checks.'; \ |