mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
add target all so build can be easly checked (#91)
This commit is contained in:
@@ -8,7 +8,9 @@ _build:
|
|||||||
rm -f .current
|
rm -f .current
|
||||||
platformio run --environment $(E)
|
platformio run --environment $(E)
|
||||||
echo -n $(E) > .current
|
echo -n $(E) > .current
|
||||||
|
#added to easy test all builds
|
||||||
|
_build_all: aum spi serial
|
||||||
|
rm -f .current
|
||||||
|
|
||||||
install: upload
|
install: upload
|
||||||
upload:
|
upload:
|
||||||
|
|||||||
Reference in New Issue
Block a user