summaryrefslogtreecommitdiff
path: root/Makefile
blob: 93ffb6afeb397645ce66a9c1d2f3e039e2a9911d (plain)
1
2
3
4
5
6
7
8
9
# git remote add github [email protected]:wit-go/gui-debugger.git

all:
	go mod tidy

github:
	git push -u github master
	git push -u github devel
	git push github --tags