Add target dev
to Makefile
This commit is contained in:
parent
1c06c375ce
commit
e9ecb86277
5
Makefile
5
Makefile
@ -3,9 +3,12 @@ default: test
|
||||
# -timeout timout in seconds
|
||||
# -v verbose output
|
||||
test:
|
||||
@echo "+ $@"
|
||||
@ echo "+ $@"
|
||||
@ go test -timeout=5s -v
|
||||
|
||||
dev: build
|
||||
@ ./bin/slack-term -debug
|
||||
|
||||
# `CGO_ENABLED=0`
|
||||
# Because of dynamically linked libraries, this will statically compile the
|
||||
# app with all libraries built in. You won't be able to cross-compile if CGO
|
||||
|
Loading…
Reference in New Issue
Block a user