build/upload/monitor on cli with Makefile
authordaniel watson <ozzloy@gmail.com>
Sat, 5 Dec 2015 05:20:46 +0000 (21:20 -0800)
committerdaniel watson <ozzloy@gmail.com>
Sat, 5 Dec 2015 05:22:19 +0000 (21:22 -0800)
.gitignore
build-stages/a_serial/Makefile [new file with mode: 0644]
build-stages/b_left_sonar/Makefile [new file with mode: 0644]
build-stages/c_both_sonars/Makefile [new file with mode: 0644]
build-stages/d_left_motor/Makefile [new file with mode: 0644]
build-stages/e_both_motors/Makefile [new file with mode: 0644]
build-stages/f_untethered/Makefile [new file with mode: 0644]
build-stages/g_follow/Makefile [new file with mode: 0644]
build-stages/h_stay_on_table/Makefile [new file with mode: 0644]

index 6121a3f36fe0896f323feae6a7e2c65eee661418..65092934491dc9e90535796a50adfd640cd3a340 100644 (file)
@@ -31,3 +31,4 @@ rev_b_old
 downloads/
 *.orig
 *.amf
 downloads/
 *.orig
 *.amf
+build-uno/
diff --git a/build-stages/a_serial/Makefile b/build-stages/a_serial/Makefile
new file mode 100644 (file)
index 0000000..657b018
--- /dev/null
@@ -0,0 +1 @@
+include /usr/share/arduino/Arduino.mk
diff --git a/build-stages/b_left_sonar/Makefile b/build-stages/b_left_sonar/Makefile
new file mode 100644 (file)
index 0000000..657b018
--- /dev/null
@@ -0,0 +1 @@
+include /usr/share/arduino/Arduino.mk
diff --git a/build-stages/c_both_sonars/Makefile b/build-stages/c_both_sonars/Makefile
new file mode 100644 (file)
index 0000000..657b018
--- /dev/null
@@ -0,0 +1 @@
+include /usr/share/arduino/Arduino.mk
diff --git a/build-stages/d_left_motor/Makefile b/build-stages/d_left_motor/Makefile
new file mode 100644 (file)
index 0000000..657b018
--- /dev/null
@@ -0,0 +1 @@
+include /usr/share/arduino/Arduino.mk
diff --git a/build-stages/e_both_motors/Makefile b/build-stages/e_both_motors/Makefile
new file mode 100644 (file)
index 0000000..657b018
--- /dev/null
@@ -0,0 +1 @@
+include /usr/share/arduino/Arduino.mk
diff --git a/build-stages/f_untethered/Makefile b/build-stages/f_untethered/Makefile
new file mode 100644 (file)
index 0000000..657b018
--- /dev/null
@@ -0,0 +1 @@
+include /usr/share/arduino/Arduino.mk
diff --git a/build-stages/g_follow/Makefile b/build-stages/g_follow/Makefile
new file mode 100644 (file)
index 0000000..657b018
--- /dev/null
@@ -0,0 +1 @@
+include /usr/share/arduino/Arduino.mk
diff --git a/build-stages/h_stay_on_table/Makefile b/build-stages/h_stay_on_table/Makefile
new file mode 100644 (file)
index 0000000..657b018
--- /dev/null
@@ -0,0 +1 @@
+include /usr/share/arduino/Arduino.mk