add target all so build can be easly checked (#91)

This commit is contained in:
tomaszduda23 2022-07-07 01:00:18 +02:00 committed by GitHub
parent e7f8cd7c54
commit c09567c1a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,9 @@ _build:
rm -f .current
platformio run --environment $(E)
echo -n $(E) > .current
#added to easy test all builds
_build_all: aum spi serial
rm -f .current
install: upload
upload: