From 2461f409199ca27267184c115350988a2db1a1fe Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Mon, 20 Jan 2025 12:21:36 +0100 Subject: bring back mastodon --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index a8d1eb4..e38b450 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ SRC = $(addsuffix .css, $(addprefix $(scss), pretachyons tables)) css: $(css)/tailwind.css -$(css)/tailwind.css: $(css)/input.css $(css)/academicons.css $(css)/fontawesome.css $(css)/cv.css +$(css)/tailwind.css: $(css)/input.css $(css)/academicons.css $(css)/fontawesome.css $(css)/cv.css tailwind.config.js npx tailwindcss -i $< -o $@ deps: -- cgit v1.2.3