diff options
Diffstat (limited to 'hid/Makefile')
-rw-r--r-- | hid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hid/Makefile b/hid/Makefile index 4d2d4763..a46a66d0 100644 --- a/hid/Makefile +++ b/hid/Makefile @@ -2,6 +2,8 @@ serial: make _build E=serial spi: make _build E=spi +aum: + make _build E=aum _build: rm -f .current platformio run --environment $(E) |