Project

General

Profile

Revision 1345

Added by Rich Hong almost 15 years ago

Final spline code for master/slave

updated outdated libdragonfly and libwireless

View differences:

Makefile
69 69
CDEFS += -DF_CPU=$(F_CPU)UL 
70 70

  
71 71
# Place -I options here
72
CINCS =
73 72

  
74 73

  
75 74
#---------------- Compiler Options ----------------
......
162 161

  
163 162
publish:
164 163
	$(COPY) $(TARGET).a $(COLONYROOT)/code/lib/bin
165
	$(COPY) *.c $(COLONYROOT)/code/lib/src/$(TARGET)
166 164
	$(COPY) *.h $(COLONYROOT)/code/lib/include/$(TARGET)
167 165

  
166
.PHONY: docs
168 167
docs:
169 168
	$(DOXYGEN)
170 169
	$(COPY) docs/html/* $(COLONYROOT)/docs/$(TARGET)

Also available in: Unified diff