This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
borg-setup
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
makefile: fix test-backup target
master
Jim Paris
1 year ago
parent
6830daa2b1
commit
1a44035ae8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save