X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=makefile;h=8b46eed9cd6273ac53d3533d1ad275dfe0c5fbad;hp=5e377d3fd4d6d77ad7d6d4d2ea08cfe2834061b8;hb=f6e6a55c4cdaf0dffa0897792dc5926c7b173a23;hpb=bb94015a443a0aebaa93ee62f9f2738fa3a96784 diff --git a/makefile b/makefile index 5e377d3..8b46eed 100644 --- a/makefile +++ b/makefile @@ -11,9 +11,9 @@ HOSTCC = gcc CFLAGS = -g -D__GCCUNIX__ -I. -O2 -SRCS = amode.c debug.c direct.c eagen.c error.c expr.c listing.c mach.c macro.c mark.c object.c procln.c risca.c rmac.c sect.c symbol.c token.c +SRCS = amode.c debug.c direct.c eagen.c error.c expr.c listing.c mach.c macro.c mark.c object.c procln.c riscasm.c rmac.c sect.c symbol.c token.c -OBJS = amode.o debug.o direct.o eagen.o error.o expr.o listing.o mach.o macro.o mark.o object.o procln.o risca.o rmac.o sect.o symbol.o token.o +OBJS = amode.o debug.o direct.o eagen.o error.o expr.o listing.o mach.o macro.o mark.o object.o procln.o riscasm.o rmac.o sect.o symbol.o token.o # # Build everything