summaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
Diffstat (limited to 'hid')
-rw-r--r--hid/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hid/Makefile b/hid/Makefile
index 391fae54..62fde0fe 100644
--- a/hid/Makefile
+++ b/hid/Makefile
@@ -1,12 +1,12 @@
all:
- platformio run --environment $(if $(E), $(E), serial_prod)
+ platformio run --environment $(if $(E),$(E),serial_prod)
update:
platformio platform update
install: upload
upload:
- platformio run --environment $(if $(E), $(E), serial_prod) --target upload
+ platformio run --environment $(if $(E),$(E),serial_prod) --target upload
clean-all: clean
clean: