From 02100f5c7d4bbab87cbd206707f874d7565570df Mon Sep 17 00:00:00 2001 From: Tissevert Date: Mon, 20 Mar 2023 23:01:24 +0100 Subject: [PATCH] Forgot to include font and CSS into the webapp produced --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 941b88f..48716ea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -WEBAPP = index.html main.js +WEBAPP = index.html main.js scribish.ttf style.css all: $(WEBAPP)