mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-29 23:23:53 +00:00
Added make check
as alias for make test
This commit is contained in:
parent
6988bfb35c
commit
4ebcb388a8
2
Makefile
2
Makefile
@ -41,6 +41,8 @@ install-fish-completions:
|
|||||||
test: target/release/exa
|
test: target/release/exa
|
||||||
cargo test --release $(CARGO_OPTS)
|
cargo test --release $(CARGO_OPTS)
|
||||||
|
|
||||||
|
check: test
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
-rm -f -- "$(DESTDIR)$(PREFIX)/share/man/man1/exa.1"
|
-rm -f -- "$(DESTDIR)$(PREFIX)/share/man/man1/exa.1"
|
||||||
-rm -f -- "$(DESTDIR)$(PREFIX)/bin/exa"
|
-rm -f -- "$(DESTDIR)$(PREFIX)/bin/exa"
|
||||||
|
Loading…
Reference in New Issue
Block a user