From: cuz Date: Sun, 28 Aug 2005 22:11:58 +0000 (+0000) Subject: Added the new PET joystick driver X-Git-Tag: V2.12.0~243 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0a069540e11724e4622a014cdf1ab2126a1befb3;p=cc65 Added the new PET joystick driver git-svn-id: svn://svn.cc65.org/cc65/trunk@3601 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/Makefile b/libsrc/Makefile index 9c0bdebdc..9a168ead2 100644 --- a/libsrc/Makefile +++ b/libsrc/Makefile @@ -221,6 +221,7 @@ petlib: $(AR) a pet.lib $$i/*.o;\ done mv pet/crt0.o pet.o + cp pet/*.joy . #----------------------------------------------------------------------------- # Commodore Plus/4