mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 03:36:33 +03:00
Removed duplicate usage line in Makefile.
There were two lines for `make test`.
This commit is contained in:
parent
383d4049e0
commit
7d97f6424b
1
Makefile
1
Makefile
@ -11,7 +11,6 @@ usage:
|
||||
@echo "----------------- : -------------------"
|
||||
@echo "make setup : Install all necessary dependencies"
|
||||
@echo "make dev : Generate development build"
|
||||
@echo "make test : Run tests"
|
||||
@echo "make build : Generate production build for current OS"
|
||||
@echo "make bootstrap : Install cross-compilation toolchain"
|
||||
@echo "make release : Generate binaries for all supported OSes"
|
||||
|
Loading…
Reference in New Issue
Block a user