diff options
Diffstat (limited to 'testhal/AVR/multi/PAL/Makefile')
| -rw-r--r-- | testhal/AVR/multi/PAL/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testhal/AVR/multi/PAL/Makefile b/testhal/AVR/multi/PAL/Makefile new file mode 100644 index 000000000..8e4fbfe87 --- /dev/null +++ b/testhal/AVR/multi/PAL/Makefile @@ -0,0 +1,36 @@ +##############################################################################
+# Multi-project makefile rules
+#
+
+all:
+ @echo
+ @echo === Building for Arduino-Mega ======================================
+ @make --no-print-directory -f Makefile-arduino_mega all
+ @echo ====================================================================
+ @echo
+ @echo === Building for Arduino-Mini ======================================
+ @make --no-print-directory -f Makefile-arduino_mini all
+ @echo ====================================================================
+ @echo
+ @echo === Building for Arduino-Nano ======================================
+ @make --no-print-directory -f Makefile-arduino_nano all
+ @echo ====================================================================
+ @echo
+ @echo === Building for Arduino-Uno =======================================
+ @make --no-print-directory -f Makefile-arduino_uno all
+ @echo ====================================================================
+ @echo
+
+clean:
+ @echo
+ -@make --no-print-directory -f Makefile-arduino_mega clean
+ @echo
+ -@make --no-print-directory -f Makefile-arduino_mini clean
+ @echo
+ -@make --no-print-directory -f Makefile-arduino_nano clean
+ @echo
+ -@make --no-print-directory -f Makefile-arduino_uno clean
+ @echo
+
+#
+##############################################################################
|
