From c1ccba999198a01831b2f6b105297ce09d378cef Mon Sep 17 00:00:00 2001 From: Anders-Petter Ljungquist Date: Tue, 7 May 2024 15:13:04 +0200 Subject: [PATCH] Consistently put filenames in code blocks A CSS file is included to test that nested directories are copied properly. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e8a33e..675873c 100644 --- a/Makefile +++ b/Makefile @@ -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