Project

General

Profile

Revision 386

Added a README for colonet. Removed some unused files. Some other minor cleanup.

View differences:

Makefile
6 6

  
7 7
# Target file name (without extension).
8 8
TARGET = libwireless
9
COLONET_TARGET = libwireless_colonet
9 10

  
10 11
############################
11 12

  
......
181 182

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

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

Also available in: Unified diff