This commit is contained in:
2024-06-18 16:52:52 +02:00
parent 252fe7ce44
commit 056aceaaaa
46 changed files with 6791 additions and 1407 deletions

8
slick-1.8.1/Makefile Normal file
View File

@@ -0,0 +1,8 @@
build: components slick.js slick.css
@component build --dev
components: component.json
@component install --dev
.PHONY: clean