Skip to content

Commit

Permalink
Consistently put filenames in code blocks
Browse files Browse the repository at this point in the history
A CSS file is included to test that nested directories are copied
properly.
  • Loading branch information
apljungquist committed May 7, 2024
1 parent 8b17c9c commit c1ccba9
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 @@ -213,4 +213,4 @@ target/%/$(PACKAGE)/_envoy: apps/$(PACKAGE)/manifest.json apps/$(PACKAGE)/LICENS
# Always rebuild the executable because configuring accurate cache invalidation is annoying.
target/%/release/$(PACKAGE): FORCE
cross -v build --release --target $* --package $(PACKAGE)
touch $@ # This is a hack to make the _envoy target above always build
touch $@ # This is a hack to make the `_envoy` target above always build

0 comments on commit c1ccba9

Please sign in to comment.