diff options
Diffstat (limited to 'data/makefile')
-rw-r--r-- | data/makefile | 2 |
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 $< > $@ |