X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=makefile;h=c7683af36dbcabb5021100dffc022d7004b1add8;hp=747f4cc036c171dabb0b001fc5a3367422fc5b8b;hb=5cd8a4814b805f1ef8ce689423eb5eeba12573c5;hpb=51cff2ac6cb3d097f62b68c51d74fafbce8923f6 diff --git a/makefile b/makefile index 747f4cc..c7683af 100644 --- a/makefile +++ b/makefile @@ -34,7 +34,7 @@ OBJS = 6502.o amode.o debug.o direct.o eagen.o error.o expr.o listing.o mach.o m # Build everything # -all : mntab.h 68ktab.h kwtab.h risckw.h 6502.h rmac +all : mntab.h 68ktab.h kwtab.h risckw.h 6502kw.h rmac @echo @echo "Don't forget to bump the version number before commiting!" @echo @@ -50,10 +50,11 @@ mntab.h : mntab 68kmn kwgen 68ktab.h 68kmn : 68ktab 68ktab 68kgen ./68kgen 68kmn <68ktab >68ktab.h + kwtab.h : kwtab kwgen ./kwgen kw kwtab.h -6502.h : 6502.tbl kwgen +6502kw.h : 6502.tbl kwgen ./kwgen mp <6502.tbl >6502kw.h risckw.h : kwtab kwgen