diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-15 01:16:39 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-15 01:16:39 +0800 |
commit | cb2517bee240c592c07e77c1507877cf47ace553 (patch) | |
tree | ea316415dfb1f29684c80e108762e4a66c937fb4 /Makefile | |
parent | Add horrible patch needed to make net::uri work (diff) | |
download | forge-cb2517bee240c592c07e77c1507877cf47ace553.tar.gz forge-cb2517bee240c592c07e77c1507877cf47ace553.tar.zst forge-cb2517bee240c592c07e77c1507877cf47ace553.zip |
Separate paths into segments
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -forge: main.ha templates.ha +forge: templates.ha *.ha hare build -o $@ . templates.ha: templates/*.htmpl |