mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 08:27:41 +00:00
peasant: fix some Makefiles
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
|
|
||||||
PNG2RLE = ../../../utils/gr-utils/png2rle
|
|
||||||
PNG2GR = ../../../utils/gr-utils/png2gr
|
PNG2HGR = ../../../../utils/hgr-utils/png2hgr
|
||||||
PNG2HGR = ../../../utils/hgr-utils/png2hgr
|
|
||||||
#LZSA = ~/research/lzsa/lzsa/lzsa
|
|
||||||
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
|
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
|
||||||
B2D = ../../../utils/bmp2dhr/b2d
|
|
||||||
|
|
||||||
all: title_graphics.inc
|
all: title_graphics.inc
|
||||||
|
|
||||||
|
@@ -1,10 +1,7 @@
|
|||||||
|
|
||||||
PNG2RLE = ../../../utils/gr-utils/png2rle
|
PNG2HGR = ../../../../utils/hgr-utils/png2hgr
|
||||||
PNG2GR = ../../../utils/gr-utils/png2gr
|
|
||||||
PNG2HGR = ../../../utils/hgr-utils/png2hgr
|
|
||||||
#LZSA = ~/research/lzsa/lzsa/lzsa
|
|
||||||
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
|
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
|
||||||
B2D = ../../../utils/bmp2dhr/b2d
|
|
||||||
|
|
||||||
all: vid_graphics.inc
|
all: vid_graphics.inc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user