Specify setup prereqs

Co-authored-by: Ed Flanagan <[email protected]>
This commit is contained in:
Josh French
2022-10-12 16:08:31 -04:00
committed by GitHub
co-authored by Ed Flanagan
parent 90c3c41b9d
commit 4f09557004
+2 -2
View File
@@ -14,8 +14,8 @@ firmware/%-left.uf2 firmware/%-right.uf2: config/adv360.keymap timestamp
-e TIMESTAMP=$(TIMESTAMP) \
zmk
setup:
docker build --tag zmk .
setup: Dockerfile bin/build.sh config/west.yml
docker build --tag zmk --file Dockerfile .
timestamp:
$(eval TIMESTAMP:=$(shell date -u +"%Y%m%d%H%M%S"))