From: daniel watson Date: Sat, 5 Dec 2015 05:20:46 +0000 (-0800) Subject: build/upload/monitor on cli with Makefile X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=232ff7a14f9d8be27362c268c6cdd1b67f59a24a build/upload/monitor on cli with 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