From 232ff7a14f9d8be27362c268c6cdd1b67f59a24a Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 4 Dec 2015 21:20:46 -0800 Subject: [PATCH] build/upload/monitor on cli with Makefile --- .gitignore | 1 + build-stages/a_serial/Makefile | 1 + build-stages/b_left_sonar/Makefile | 1 + build-stages/c_both_sonars/Makefile | 1 + build-stages/d_left_motor/Makefile | 1 + build-stages/e_both_motors/Makefile | 1 + build-stages/f_untethered/Makefile | 1 + build-stages/g_follow/Makefile | 1 + build-stages/h_stay_on_table/Makefile | 1 + 9 files changed, 9 insertions(+) create mode 100644 build-stages/a_serial/Makefile create mode 100644 build-stages/b_left_sonar/Makefile create mode 100644 build-stages/c_both_sonars/Makefile create mode 100644 build-stages/d_left_motor/Makefile create mode 100644 build-stages/e_both_motors/Makefile create mode 100644 build-stages/f_untethered/Makefile create mode 100644 build-stages/g_follow/Makefile create mode 100644 build-stages/h_stay_on_table/Makefile diff --git a/.gitignore b/.gitignore index 6121a3f..6509293 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ rev_b_old downloads/ *.orig *.amf +build-uno/ diff --git a/build-stages/a_serial/Makefile b/build-stages/a_serial/Makefile new file mode 100644 index 0000000..657b018 --- /dev/null +++ b/build-stages/a_serial/Makefile @@ -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 index 0000000..657b018 --- /dev/null +++ b/build-stages/b_left_sonar/Makefile @@ -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 index 0000000..657b018 --- /dev/null +++ b/build-stages/c_both_sonars/Makefile @@ -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 index 0000000..657b018 --- /dev/null +++ b/build-stages/d_left_motor/Makefile @@ -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 index 0000000..657b018 --- /dev/null +++ b/build-stages/e_both_motors/Makefile @@ -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 index 0000000..657b018 --- /dev/null +++ b/build-stages/f_untethered/Makefile @@ -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 index 0000000..657b018 --- /dev/null +++ b/build-stages/g_follow/Makefile @@ -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 index 0000000..657b018 --- /dev/null +++ b/build-stages/h_stay_on_table/Makefile @@ -0,0 +1 @@ +include /usr/share/arduino/Arduino.mk -- 2.30.2