1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-27 12:29:33 +00:00

Move/rename extra object files for the Apple2.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4206 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-09-22 10:22:29 +00:00
parent feb212df62
commit 6a5e402ad7

View File

@ -52,6 +52,11 @@ apple2lib:
cp apple2/apple2-ssc.ser a2.ssc.ser
cp apple2/apple2-280-192-8.tgi a2.hi.tgi
cp apple2/apple2-40-48-16.tgi a2.lo.tgi
if [ -d apple2/extra ]; then \
for i in apple2/extra/*.o; do \
cp $$i apple2-`basename $$i`; \
done \
fi \
#-----------------------------------------------------------------------------
# Apple //e