Add target dev to Makefile

This commit is contained in:
erroneousboat 2018-07-21 13:16:41 +02:00
parent 1c06c375ce
commit e9ecb86277

View File

@ -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