misc
This commit is contained in:
parent
e14f7b93d1
commit
02d34d3e55
4
Makefile
4
Makefile
|
@ -6,7 +6,9 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
|
||||||
# make gocui # try the ncurses gui plugin
|
# make gocui # try the ncurses gui plugin
|
||||||
# make andlabs # try the andlabs gui plugin (uses GTK)
|
# make andlabs # try the andlabs gui plugin (uses GTK)
|
||||||
|
|
||||||
default: install-verbose
|
default: install-verbose tag
|
||||||
|
|
||||||
|
tag:
|
||||||
forge tag list
|
forge tag list
|
||||||
|
|
||||||
vet:
|
vet:
|
||||||
|
|
Loading…
Reference in New Issue