aboutsummaryrefslogtreecommitdiff
path: root/data/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-01 20:09:06 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-01 20:09:06 +0200
commiteb7fa5392997ac5c165d1ae011e57a1b7fcac084 (patch)
treededaf078a8817a976ead6568dbf93bf79f3f395b /data/makefile
parent4ad82d4944bc8ea00fcfe324c8004b079ec48c18 (diff)
downloadhurrycurry-eb7fa5392997ac5c165d1ae011e57a1b7fcac084.tar
hurrycurry-eb7fa5392997ac5c165d1ae011e57a1b7fcac084.tar.bz2
hurrycurry-eb7fa5392997ac5c165d1ae011e57a1b7fcac084.tar.zst
server support for nested map directory
Diffstat (limited to 'data/makefile')
-rw-r--r--data/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/makefile b/data/makefile
index 95dc953a..23956869 100644
--- a/data/makefile
+++ b/data/makefile
@@ -14,7 +14,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
all: $(patsubst %.ts,%.yaml,$(wildcard recipes/*.ts))
-graphs: $(patsubst %.ts,%.svg,$(wildcard recipes/*.ts))
+graphs: recipes/default.svg
recipes/%.yaml: recipes/%.ts
DENO_NO_UPDATE_CHECK=1 deno run $< > $@