diff options
Diffstat (limited to '2026/framing/Makefile')
| -rw-r--r-- | 2026/framing/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/2026/framing/Makefile b/2026/framing/Makefile new file mode 100644 index 0000000..6517e85 --- /dev/null +++ b/2026/framing/Makefile @@ -0,0 +1,4 @@ +.PHONY: all + +all: + trunk build --public-url='/framing/dist/' |
