-
Notifications
You must be signed in to change notification settings - Fork 1
Makefile commands
Paul Ambrose edited this page Feb 13, 2017
·
7 revisions
The following Makefile commands are available:
Command | Description |
---|---|
make github |
Pulls from common-robotics, FRC-2017 and object-tracking repos on github (must be connected to TASGUEST) |
make robot |
Pushes to the Raspis on the robot (must be connected to turtlenet) |
make reboot |
Reboots the Raspis on the robot (must be connected to turtlenet) |
Makefile commands can be combined, e.g., make robot reboot
.