Browse Source

makefile: fix test-backup target

master
Jim Paris 2 years ago
parent
commit
1a44035ae8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -19,7 +19,7 @@ ctrl: test-backup
.PHONY: test-backup
test-backup: .venv
.venv/bin/mypy backup.py
./backup.py | tr '\0' '\n' #-n
./backup.py -n

.PHONY: test-setup
test-setup:


Loading…
Cancel
Save