From: izydorst Date: Sun, 22 Dec 2002 23:29:11 +0000 (+0000) Subject: tgi for C128, zap removes .joy files too X-Git-Tag: V2.12.0~1844 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=11c36ece8e415f2ebbe523ee6cfc35f2b6beeaf9;p=cc65 tgi for C128, zap removes .joy files too git-svn-id: svn://svn.cc65.org/cc65/trunk@1827 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/Makefile b/libsrc/Makefile index 84d59f97e..39b7f8a66 100644 --- a/libsrc/Makefile +++ b/libsrc/Makefile @@ -144,6 +144,7 @@ c128lib: mv c128/crt0.o c128.o cp c128/*.emd . cp c128/*.joy . + cp c128/c128-640-200-2.tgi c128-vdc.tgi #----------------------------------------------------------------------------- # Commdore P500 / CBM 5x0 @@ -247,4 +248,4 @@ clean: .PHONY: zap zap: clean - @rm -f *.o *.emd *.lib *.tgi + @rm -f *.o *.emd *.joy *.lib *.tgi