mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-16 23:20:43 +00:00
second: more graphics
This commit is contained in:
parent
8ed667fe5c
commit
becb8fd276
30
demos/second/part04_chess_shapes/graphics/Makefile
Normal file
30
demos/second/part04_chess_shapes/graphics/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
include ../../../../Makefile.inc
|
||||
|
||||
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
|
||||
PNG_TO_HGR = ../../../../utils/hgr-utils/png2hgr
|
||||
PNG2GR = ../../../../utils/gr-utils/png2gr
|
||||
|
||||
all: chess_object.hgr.zx02 chess_object2.hgr.zx02
|
||||
|
||||
|
||||
####
|
||||
|
||||
chess_object.hgr: chess_object.png
|
||||
$(PNG_TO_HGR) chess_object.png > chess_object.hgr
|
||||
|
||||
chess_object.hgr.zx02: chess_object.hgr
|
||||
$(ZX02) chess_object.hgr chess_object.hgr.zx02
|
||||
|
||||
####
|
||||
|
||||
chess_object2.hgr: chess_object2.png
|
||||
$(PNG_TO_HGR) chess_object2.png > chess_object2.hgr
|
||||
|
||||
chess_object2.hgr.zx02: chess_object2.hgr
|
||||
$(ZX02) chess_object2.hgr chess_object2.hgr.zx02
|
||||
|
||||
|
||||
####
|
||||
|
||||
clean:
|
||||
rm -f *~
|
BIN
demos/second/part04_chess_shapes/graphics/chess_object.png
Normal file
BIN
demos/second/part04_chess_shapes/graphics/chess_object.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
demos/second/part04_chess_shapes/graphics/chess_object2.png
Normal file
BIN
demos/second/part04_chess_shapes/graphics/chess_object2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Loading…
Reference in New Issue
Block a user