Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/coyota/makefile @ 2335:e9acf0137c44
Updated rules.mak
author | boisy |
---|---|
date | Wed, 13 Jan 2010 14:54:43 +0000 |
parents | 323e7751c250 |
children | e4a0f58a5f9b |
comparison
equal
deleted
inserted
replaced
2334:c7191a2dd8e5 | 2335:e9acf0137c44 |
---|---|
1 include $(NITROS9DIR)/rules.mak | 1 include $(NITROS9DIR)/rules.mak |
2 | 2 |
3 TARGET = coyota | 3 TARGET = coyota |
4 LFLAGS += -y -l=$(HOME)/Projects/c3/lib/rmalib/alib.l | 4 LFLAGS += -y -l=$(NITROS9DIR)/3rdparty/libs/alib/alib.l |
5 RFILES = coyota.r instrument.r dashboard.r bin_dec32.r | 5 RFILES = coyota.r instrument.r dashboard.r bin_dec32.r |
6 | 6 |
7 $(TARGET): $(RFILES) | 7 $(TARGET): $(RFILES) |
8 | 8 |
9 clean: | 9 clean: |