Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/coyota/makefile @ 2952:9306e2875040
coyota: Port to lwtools
It builds fine, but testing it on Vcc fails badly.
Note I had to omit the forced 8-bit offset on line 115
leax <selfnt,pcr
and I don't know why this offset got larger than before.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 09 Feb 2014 21:39:25 +0100 |
parents | 1addfd8c9d5f |
children | 8450cdb44df7 |
line wrap: on
line source
include $(NITROS9DIR)/rules.mak TARGET = coyota OBJS = coyota.o instrument.o dashboard.o bin_dec32.o LFLAGS += -lalib -lnos96809l2 -L$(NOSLIB) $(TARGET): $(OBJS) clean: $(RM) $(OBJS) $(TARGET)