Project

General

Profile

Revision 906

Started working on library... Wrote about half of the stubs.

View differences:

Makefile
162 162

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

  
167 167
docs:
168 168
	$(DOXYGEN)

Also available in: Unified diff