summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh French <joshfrench@gmail.com>2022-10-12 16:08:31 -0400
committerGitHub <noreply@github.com>2022-10-12 16:08:31 -0400
commit4f09557004c1ef073d5b816432814293bf130f14 (patch)
tree3026e8963edda3c5cdc717475f7ea4db7c77d3d8 /Makefile
parent90c3c41b9dfa44c6e9d99f277bf6c44ce8de3699 (diff)
Specify setup prereqs
Co-authored-by: Ed Flanagan <ed@flanagan.xyz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7849774..0e6afcd 100644
--- a/Makefile
+++ b/Makefile
@@ -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"))