does ts work? nr2

This commit is contained in:
2025-08-30 22:02:04 +03:00
parent b569db1582
commit 5e2907147a

View File

@@ -9,5 +9,5 @@ build: all
mkdir -p $(BUILD_DIR)/static
cp -r templates/* $(BUILD_DIR)/templates/
cp -r static/* $(BUILD_DIR)/static/
dist: clean
clean:
rm -rf $(BUILD_DIR)