diff options
-rw-r--r-- | asmrun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asmrun/Makefile b/asmrun/Makefile index 088878264..eea6422ba 100644 --- a/asmrun/Makefile +++ b/asmrun/Makefile @@ -12,8 +12,8 @@ OTHEROBJS=../byterun/misc.o ../byterun/freelist.o \ ../byterun/ints.o ../byterun/floats.o ../byterun/str.o \ ../byterun/array.o ../byterun/io.o ../byterun/extern.o \ ../byterun/intern.o ../byterun/hash.o ../byterun/sys.o \ - ../byterun/parsing.o ../byterun/lexing.o ../byterun/gc_ctrl.o \ - ../byterun/terminfo.o ../byterun/crc.o + ../byterun/parsing.o ../byterun/gc_ctrl.o \ + ../byterun/terminfo.o ../byterun/crc.o ../byterun/obj.o OBJS=$(COBJS) $(ASMOBJS) $(OTHEROBJS) DOBJS=$(COBJS:.o=.d.o) $(ASMOBJS) $(OTHEROBJS:.o=.d.o) |