- commit
- 148865386aca7f5dde559e2db3c5f7445e2e5ea8
- parent
- f59de0d0f32350b6bbf3bc68cecf2cb1a8e9de35
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-12-05 08:08
make: add testrun target
Diffstat
| M | Makefile | 8 | +++++++- |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
@@ -23,4 +23,10 @@ install: stagit 23 23 24 24 .PHONY: clean 25 25 clean:26 -1 rm -rf src/stagit.c src/stagit.o stagit-1 26 rm -rf src/stagit.c src/stagit.o stagit testrun -1 27 -1 28 .PHONY: testrun -1 29 testrun: stagit -1 30 @rm -rf testrun -1 31 @mkdir testrun -1 32 cd testrun && ../stagit ..