1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +00:00

tgi for C128, zap removes .joy files too

git-svn-id: svn://svn.cc65.org/cc65/trunk@1827 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2002-12-22 23:29:11 +00:00
parent 8397a1d8aa
commit 11c36ece8e

View File

@ -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