Skip to content

Commit

Permalink
Merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Jan 2, 2024
2 parents 9b4dd3e + c399a27 commit f267bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all:
bazel test -c dbg //...
bazel build -c opt //:diskimages
for a in $$(dirname bazel-bin/arch/*/diskimage.img bazel-bin/arch/*/*/diskimage.img); do \
f=$$(basename $$a); ln -sf $$a $$f.img; done
f=$$(basename $$a); ln -sf $$a/diskimage.img $$f.img; done

verbose:
bazel test -s -c dbg //...
Expand Down

0 comments on commit f267bcd

Please sign in to comment.