1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-09 01:28:58 +00:00

Add conio stuff to the atmos library

git-svn-id: svn://svn.cc65.org/cc65/trunk@2045 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-04-13 22:11:17 +00:00
parent 45ceda1366
commit d48f341bba

View File

@ -68,7 +68,7 @@ atarilib:
# Oric Atmos # Oric Atmos
atmoslib: atmoslib:
for i in atmos common runtime em joystick tgi; do \ for i in atmos common conio runtime em joystick tgi; do \
AS=$(AS) \ AS=$(AS) \
CC=$(CC) \ CC=$(CC) \
LD=$(LD) \ LD=$(LD) \