view 3rdparty/packages/pacos9/makefile @ 2768:57b3108c144d

Found a incorrect sys.l being used in 3rdparty/packages/pacos9/makefile updated path and name so it now uses the sys6809l2.l from the lib folder.
author drencor-xeen
date Thu, 17 Jan 2013 21:45:46 -0600
parents e4a0f58a5f9b
children 1addfd8c9d5f
line wrap: on
line source

ifndef  NITROS9DIR
NITROS9DIR      = $(HOME)/nitros9
endif
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: