Revision 1574 trunk/code/projects/scheduler/Makefile
| Makefile (revision 1574) | ||
|---|---|---|
| 5 | 5 |
COLONYROOT := .. |
| 6 | 6 |
|
| 7 | 7 |
# Target file name (without extension). |
| 8 |
TARGET = main |
|
| 8 |
TARGET=main |
|
| 9 | 9 |
|
| 10 | 10 |
# Uncomment this to use the wireless library |
| 11 | 11 |
USE_WIRELESS = 1 |
| 12 | 12 |
|
| 13 | 13 |
# com1 = serial port. Use lpt1 to connect to parallel port. |
| 14 | 14 |
AVRDUDE_PORT = $(shell if uname -s |grep -i w32 >/dev/null; then echo 'COM4:'; else echo '/dev/ttyUSB0'; fi) |
| 15 |
AVRDUDE_PORT = /dev/tty.usbserial-A4001hAG |
|
| 15 | 16 |
|
| 17 |
|
|
| 16 | 18 |
else |
| 17 | 19 |
COLONYROOT := ../$(COLONYROOT) |
| 18 | 20 |
endif |
| 19 | 21 |
|
| 20 |
include $(COLONYROOT)/Makefile |
|
| 22 |
include $(COLONYROOT)/Makefile |
|
Also available in: Unified diff