view 3rdparty/packages/coyota/makefile @ 2890:1addfd8c9d5f

Revert e4a0f58a5f9b (set NITROS9DIR in makefiles) This was not done in lwtools-port and makes it more difficult to compare the trees. Therefore revert it for now. I will reapply or do it in another way later.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 23:13:46 +0100
parents e4a0f58a5f9b
children 9306e2875040
line wrap: on
line source

include $(NITROS9DIR)/rules.mak

TARGET	= coyota
LFLAGS	+= -y -l=$(NITROS9DIR)/3rdparty/libs/alib/alib.l
RFILES	= coyota.r instrument.r dashboard.r bin_dec32.r

$(TARGET): $(RFILES)

clean:
	$(RM)	$(RFILES) $(TARGET)