Project

General

Profile

Revision 110

Slam stuff! Stuff is cool.

View differences:

Makefile
175 175
build: $(OBJ)
176 176
	$(AR) $(ALL_ASFLAGS) $(TARGET).a $(OBJ)
177 177

  
178
computer:
178
computer: 
179 179
	gcc *.c -g -I. -c
180 180
	ar rcs $(TARGET).a $(OBJ)
181
	$(COPY) $(TARGET).a $(COLONYROOT)/code/lib/bin
182
	$(COPY) *.c $(COLONYROOT)/code/lib/src/$(TARGET)
183
	$(COPY) *.h $(COLONYROOT)/code/lib/include/$(TARGET)
184
	
181 185

  
182 186
# Eye candy.
183 187
# AVR Studio 3.x does not check make's exit code but relies on

Also available in: Unified diff