diff options
| author | Jeff Carr <[email protected]> | 2024-02-19 07:16:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-19 07:16:10 -0600 |
| commit | f4605dbbd165348362ea38b6313b0818196cc675 (patch) | |
| tree | 9ea94dd731a70809c84703930e07dc480fff8b7d /Makefile | |
pulled out from my fork of upstream repo
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e9f03b9 --- /dev/null +++ b/Makefile @@ -0,0 +1,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 |
