summaryrefslogtreecommitdiff
path: root/Makefile
blob: e9f03b94b95a06649c0a3aae2e4de5a3186a2b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# go get -u github.com/faiface/pixel-examples
# cd ~/go/src/github.com/faiface/pixel-examples/community/seascape-shader

all:
	GO111MODULE=off go build
	./seascape-shader

push:
	git pull
	git add --all
	-git commit -a -s
	git push

update:
	git pull

diff:
	git diff