view 3rdparty/packages/pacos9/makefile @ 2774:1868fbf470e7 lwtools-port

Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5) changeset: 2773:ce3dba57003b branch: lwtools-port tag: tip parent: 2770:bfe3de781ddf user: Boisy Pitre <boisy.pitre@nuance.com> date: Wed Jan 23 14:54:29 2013 -0600 summary: boot_dw now uses dwinit.asm. changeset: 2772:0a3f4d8ea6d5
author Boisy Pitre <boisy.pitre@nuance.com>
date Wed, 23 Jan 2013 21:02:34 -0600
parents e55663e7aa7b
children 28ed72477814
line wrap: on
line source

include $(NITROS9DIR)/rules.mak

RFILES	= main90.r board90.r caged90.r check90.r ghosts90.r movpac90.r \
	score90.r scrns90.r setup90.r

pacos9: $(RFILES)
	rlink  $(RFILES) -o=pacos9 -l=$(NITROS9DIR)/lib/sys6809l2.l

clean:
	$(RM) $(RFILES) pacos9

info: