]> Shamusworld >> Repos - rmac/blobdiff - makefile
Fix silly mask bugs, added check for use of undefined register equates.
[rmac] / makefile
index 5e377d3fd4d6d77ad7d6d4d2ea08cfe2834061b8..8b46eed9cd6273ac53d3533d1ad275dfe0c5fbad 100644 (file)
--- 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