gb_test2
diff Makefile @ 1:d63782badb6b
nicer distortion
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 10 Jan 2019 04:47:42 +0200 |
parents | cacfa0888410 |
children | 216bdbc75cf4 |
line diff
1.1 --- a/Makefile Thu Jan 10 04:16:47 2019 +0200 1.2 +++ b/Makefile Thu Jan 10 04:47:42 2019 +0200 1.3 @@ -19,8 +19,12 @@ 1.4 clean: 1.5 rm -f $(obj) $(bin) $(img) 1.6 1.7 +.PHONY: run 1.8 +run: $(img) 1.9 + sameboy $< 1.10 + 1.11 logo.tiles: logo.png 1.12 rgbgfx -T -u -o $@ $< 1.13 1.14 -sin.inc: 1.15 +sin.inc: gensine 1.16 ./gensine >$@