Forgot to include font and CSS into the webapp produced

This commit is contained in:
Tissevert 2023-03-20 23:01:24 +01:00
parent df4b7f1ecd
commit 02100f5c7d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
WEBAPP = index.html main.js
WEBAPP = index.html main.js scribish.ttf style.css
all: $(WEBAPP)