X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=makefile;h=33b9cfe43d5e4227b39f1779b50031ed5a310efc;hp=def563cb1c9ccb50318c1a5136316fbb5f6a2026;hb=d0c28c349ddfb8393568037f68bddbe8979ce0df;hpb=ec655dd3711a3cf470e90ba1f12a8206f7df3fd3 diff --git a/makefile b/makefile index def563c..33b9cfe 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,7 @@ # # RMAC - Reboot's Macro Assembler for the Atari Jaguar # Copyright (C) 199x Landon Dyer, 2011 Reboot & Friends -# MAKEFILE for Non-Windows Compilation -# Currently tested against Cygwin under Windows XP Pro +# MAKEFILE for *nix # rm = /bin/rm -f @@ -25,7 +24,8 @@ all : mntab.h 68ktab.h kwtab.h risckw.h rmac @echo # -# Generated Sources for State Machines and Keyword, Directive and Mnemonic Definitions +# Generated sources for state machines and keyword, directive and mnemonic +# definitions # mntab.h : mntab 68kmn kwgen @@ -41,7 +41,7 @@ risckw.h : kwtab kwgen ./kwgen mr risckw.h # -# Build Tools +# Build tools # kwgen.o : kwgen.c @@ -57,7 +57,7 @@ kwgen : kwgen.o $(HOSTCC) $(CFLAGS) -o 68kgen 68kgen.o # -# Build RMAC Executable +# Build RMAC executable # amode.o : amode.c @@ -115,7 +115,7 @@ rmac : $(OBJS) $(CC) $(CFLAGS) -o rmac $(OBJS) # -# Clean Build Environment +# Clean build environment # clean: