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

Copy the joystick driver

git-svn-id: svn://svn.cc65.org/cc65/trunk@2115 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-05-02 09:21:35 +00:00
parent a71cdc1c6f
commit 484fc43b94

View File

@ -48,6 +48,7 @@ apple2lib:
$(AR) a apple2.lib $$i/*.o;\ $(AR) a apple2.lib $$i/*.o;\
done done
mv apple2/crt0.o apple2.o mv apple2/crt0.o apple2.o
cp apple2/*.joy .
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Atari # Atari
@ -275,4 +276,4 @@ zap: clean
@rm -f *.o *.emd *.joy *.lib *.tgi @rm -f *.o *.emd *.joy *.lib *.tgi