Skip to content

Commit

Permalink
debug: even mor
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 21, 2024
1 parent cec7880 commit caf99f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ main() {
exit 1
fi
mkdir --parents $(dirname "$dst")
head -n 5 "$src"
cp --force "$src" "$dst"
done

Expand Down
1 change: 1 addition & 0 deletions sram/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ genrule(
outs = ["mock-naja.v"],
cmd = """
set -ex
mkdir -p `dirname $@`
ls $(location :sdq_17x64_synth_mergedlib)
echo \"// imagine naja edits in this file\" > $@
Expand Down

0 comments on commit caf99f1

Please sign in to comment.