summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9d7d347..71691e2 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ all:
-e COMMIT=$(COMMIT) \
-e BUILD_RIGHT=true \
zmk
- $(shell git checkout config/version.dtsi)
+ git checkout config/version.dtsi
left:
$(shell bin/get_version.sh >> /dev/null)
@@ -34,7 +34,7 @@ left:
-e COMMIT=$(COMMIT) \
-e BUILD_RIGHT=false \
zmk
- $(shell git checkout config/version.dtsi)
+ git checkout config/version.dtsi
clean_firmware:
rm -f firmware/*.uf2