Project

General

Profile

Revision 1784

commit smart run around demo

View differences:

Makefile
160 160
dist: all publish
161 161

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

  
166 166
.PHONY: docs
167 167
docs:

Also available in: Unified diff