comparison level1/tano/defs/makefile @ 2684:2a37d4530972 lwtools-port

Even more command line fixups for lwasm
author William Astle <lost@l-w.ca>
date Sun, 10 Jun 2012 18:38:22 -0600
parents b8c7b7fbf3c9
children 2bf46e4a7c27
comparison
equal deleted inserted replaced
2683:674fcee0851b 2684:2a37d4530972
1 PORT = d64 1 PORT = d64
2 include $(NITROS9DIR)/rules.mak 2 include $(NITROS9DIR)/rules.mak
3 3
4 DEPENDS = ./makefile 4 DEPENDS = ./makefile
5 5
6 DEFOPTS = -ls -x -z -aLevel=1 6 DEFOPTS = --preprocess -DLevel=1
7 DEFSDIR = ../../../defs 7 DEFSDIR = ../../../defs
8 DEFS = defsfile os9.d rbf.d scf.d dragon.d dragonvtio.d 8 DEFS = defsfile os9.d rbf.d scf.d dragon.d dragonvtio.d
9 ALLOBJS = $(DEFS) 9 ALLOBJS = $(DEFS)
10 10
11 all: $(ALLOBJS) 11 all: $(ALLOBJS)