X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=GNUmakefile;h=d2dbc8b8726dbf684da3a67839b9843ada7e0a81;hp=1ee0a1e166ec04c3424f440073292f29f6e14186;hb=73f97e0d9dc83cad4aa7b53d900ea28390afed4f;hpb=4b1cef5f03023a4977c1a0dd0e7464fd4cc1044c diff --git a/GNUmakefile b/GNUmakefile index 1ee0a1e..d2dbc8b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -55,4 +55,4 @@ tools/csprite/csprite: $(MAKE) -C tools/csprite font.asm: data/font.png tools/csprite/csprite - tools/csprite/csprite -n font -s 16x16 -r 288x32+32+17 -conv565 -nasm $< >$@ + tools/csprite/csprite -n cs_font -s 16x16 -r 288x32+32+17 -conv565 -nasm $< >$@