diff --git a/libsrc/lynx/Makefile b/libsrc/lynx/Makefile index 76643b0b7..b355d9e8b 100644 --- a/libsrc/lynx/Makefile +++ b/libsrc/lynx/Makefile @@ -46,7 +46,6 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include # Object files OBJS = cgetc.o \ - comlynx.o \ crt0.o \ ctype.o \ eeprom.o \ @@ -65,7 +64,7 @@ JOYS = lynx-stdjoy.joy MOUS = -SERS = +SERS = lynx-comlynx.ser TGIS = lynx-160-102-16.tgi diff --git a/libsrc/lynx/comlynx.s b/libsrc/lynx/lynx-comlynx.s similarity index 100% rename from libsrc/lynx/comlynx.s rename to libsrc/lynx/lynx-comlynx.s