From d48f341bba19bf146e37be41b1912ee67a380bb9 Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 13 Apr 2003 22:11:17 +0000 Subject: [PATCH] Add conio stuff to the atmos library git-svn-id: svn://svn.cc65.org/cc65/trunk@2045 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.39.5