Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/subrtns/makefile @ 3226:9749d0dfc4a2
Changed a puls PC to rts to save cycles
author | David Ladd <drencor-xeen@users.sourceforge.net> |
---|---|
date | Sat, 20 Jan 2018 19:32:22 -0600 |
parents | 9edca3e61b66 |
children |
line wrap: on
line source
include ../../rules.mak DEPENDS = ./makefile CMDS = cpu hires_l1 hires_l2 joystk ALLOBJS = $(CMDS) all: banner $(ALLOBJS) $(DEPENDS) banner: @$(ECHO) "**************************************************" @$(ECHO) "* *" @$(ECHO) "* 3rd Party Subroutine Modules *" @$(ECHO) "* *" @$(ECHO) "**************************************************" hires_l1: hires.asm $(AS) $(ASOUT)$@ $< $(AFLAGS) -DLevel=1 hires_l2: hires.asm $(AS) $(ASOUT)$@ $< $(AFLAGS) -DLevel=2 clean: $(RM) $(ALLOBJS) dsk: dskcopy: