diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-08 05:32:31 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-08 05:32:31 +0100 |
| commit | 7d4d2b286213c7e9de07787614670553132e182b (patch) | |
| tree | 58d3368455ba3b0e2142d1f470a49a2eff62278e /Makefile | |
| parent | 9ded4986b1d58eecb7dbb38635c76865d5358fda (diff) | |
| download | mitjafelicijan.com-7d4d2b286213c7e9de07787614670553132e182b.tar.gz | |
Fixed paths in dither script
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -6,7 +6,7 @@ provision: | |||
| 6 | go install | 6 | go install |
| 7 | 7 | ||
| 8 | dither: | 8 | dither: |
| 9 | bash dither-images.sh | 9 | bash tools/dither-images.sh |
| 10 | 10 | ||
| 11 | openring: | 11 | openring: |
| 12 | openring -l 165 -n 4 -p 1 \ | 12 | openring -l 165 -n 4 -p 1 \ |
