Skip to content

Instantly share code, notes, and snippets.

View abid-mujtaba's full-sized avatar

Abid H. Mujtaba abid-mujtaba

View GitHub Profile
@abid-mujtaba
abid-mujtaba / Makefile
Last active January 2, 2016 23:09
Makefile for LeJOS EV3 (Rover) project
# Author: Abid H. Mujtaba
# Date: 2013-01-06
#
# This Makefile automates the building of the project using gradle. It also has functionality for sending the code to the EV3 and running it on it, using the Wifi connection (and SSH).
# This is the name of the Project as well as the main class (the class that contains the main() function where execution begins.
NAME=Rover
# We define the various files involved. We use $(NAME) wherever needed so that one need only change that one variable to change everything else.