Project

General

Profile

Revision 1144

Fixed Makefile docs
Fixed documentation

View differences:

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

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

Also available in: Unified diff