Project

General

Profile

Revision 165

Added by Jason knichel almost 16 years ago

added a colonet target to the wireless library

View differences:

trunk/code/projects/libwireless/lib/Makefile
176 176
	$(AR) $(ALL_ASFLAGS) $(TARGET).a $(OBJ)
177 177

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

  
182
colonet:
183
	g++ -Wall -Wshadow -Wextra *.c -g -I. -c
184
	ar rcs $(TARGET).a $(OBJ)
185

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

Also available in: Unified diff