From: cuz Date: Sun, 13 Apr 2003 22:11:17 +0000 (+0000) Subject: Add conio stuff to the atmos library X-Git-Tag: V2.12.0~1648 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d48f341bba19bf146e37be41b1912ee67a380bb9;p=cc65 Add conio stuff to the atmos library git-svn-id: svn://svn.cc65.org/cc65/trunk@2045 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/Makefile b/libsrc/Makefile index 7b8e1642a..415926d37 100644 --- a/libsrc/Makefile +++ b/libsrc/Makefile @@ -68,7 +68,7 @@ atarilib: # Oric Atmos atmoslib: - for i in atmos common runtime em joystick tgi; do \ + for i in atmos common conio runtime em joystick tgi; do \ AS=$(AS) \ CC=$(CC) \ LD=$(LD) \