Project

General

Profile

Revision 1922

Added Dan's line following code

View differences:

Makefile
1
#this is a local makefile
1
# this is a local makefile
2 2

  
3 3
# Relative path to the root directory (containing lib directory)
4 4
ifndef COLONYROOT
......
11 11
USE_WIRELESS = 1
12 12

  
13 13
# com1 = serial port. Use lpt1 to connect to parallel port.
14
AVRDUDE_PORT = $(shell if uname -s |grep -i w32 >/dev/null; then echo 'COM4:'; else echo '/dev/ttyUSB*'; fi)
14
AVRDUDE_PORT = $(shell if uname -s |grep -i w32 >/dev/null; then echo 'COM4:'; else echo '/dev/ttyUSB0'; fi)
15 15

  
16 16
else
17 17
COLONYROOT := ../$(COLONYROOT)

Also available in: Unified diff