Project

General

Profile

Revision 79

Added by Chris Mar over 16 years ago

tried to merge lib_additions again...

View differences:

Makefile
172 172
	$(DOXYGEN)
173 173
	$(COPY) docs/html/* $(COLONYROOT)/docs/$(TARGET)
174 174

  
175

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

  
178
computer:
179
	gcc *.c -g -I. -c
180
	ar rcs $(TARGET).a $(OBJ)
181

  
179 182
# Eye candy.
180 183
# AVR Studio 3.x does not check make's exit code but relies on
181 184
# the following magic strings to be generated by the compile job.

Also available in: Unified diff