diff options
| author | Josh French <joshfrench@gmail.com> | 2022-10-12 16:08:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-12 16:08:31 -0400 |
| commit | 4f09557004c1ef073d5b816432814293bf130f14 (patch) | |
| tree | 3026e8963edda3c5cdc717475f7ea4db7c77d3d8 /Makefile | |
| parent | 90c3c41b9dfa44c6e9d99f277bf6c44ce8de3699 (diff) | |
Specify setup prereqs
Co-authored-by: Ed Flanagan <ed@flanagan.xyz>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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")) |
