pixelgl/Makefile

19 lines
268 B
Makefile

# 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