From 4d52fd21f8507bf97b890d5da69f56eb919c5962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 3 Jan 2023 00:17:23 +0100 Subject: [PATCH] Fix Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f3b202b..ea2ae6e 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ all: css migrate initialize: css migrate loadplatforms -HTMLFILES := $(shell find src\web\tracker\templates -type f) +HTMLFILES := $(shell find src/web/tracker/templates -type f) -css: src\input.css $(HTMLFILES) +css: src\input.css npx tailwindcss -i .\src\input.css -o .\src\web\tracker\static\base.css css-dev: css