From f290a9347026b812b5c4e6e74e26716b0ed59d69 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 24 Sep 2024 14:26:36 +0100 Subject: [PATCH] Correct dependencies for all-web --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ba581b..af53a83 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ DISTFILES = bedstead.c Makefile CONTRIBUTING COPYING NEWS df.ps rom.ps \ all: $(DISTFILES) .PHONY: all-web -all-web: all sample.png extended.png icon.png +all-web: all sample.png extended.png icon-16.png icon-32.png icon-64.png .PHONY: experimental experimental: bedstead-chiseltip.otf bedstead-plotter-thin.otf \ -- 2.30.2