Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/packages/pacos9/makefile @ 2612:e55663e7aa7b
Fixed makfiles to include disk info
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Tue, 31 Jan 2012 21:07:17 -0600 |
parents | 72cb2773d5ee |
children | e4a0f58a5f9b 1868fbf470e7 |
rev | line source |
---|---|
1864 | 1 include $(NITROS9DIR)/rules.mak |
2 | |
3 RFILES = main90.r board90.r caged90.r check90.r ghosts90.r movpac90.r \ | |
4 score90.r scrns90.r setup90.r | |
5 | |
6 pacos9: $(RFILES) | |
1866 | 7 rlink $(RFILES) -o=pacos9 -l=$(C3BASE)/lib/sys.l |
1879 | 8 |
9 clean: | |
10 $(RM) $(RFILES) pacos9 | |
2612
e55663e7aa7b
Fixed makfiles to include disk info
Boisy Pitre <boisy.pitre@nuance.com>
parents:
1879
diff
changeset
|
11 |
e55663e7aa7b
Fixed makfiles to include disk info
Boisy Pitre <boisy.pitre@nuance.com>
parents:
1879
diff
changeset
|
12 info: |