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

all:
	@echo a 'gui' debugger using the gui

redomod:
	rm -f go.*
	go mod init
	go mod tidy

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