1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +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
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) \