summaryrefslogblamecommitdiff
path: root/Makefile
blob: eea6b9529ef1add5967aa7e5b54b9dc89436efe7 (plain) (tree)
1
2
3
4
5
6
7
8







                                    
build: components slick.js slick.css
  @component build --dev

components: component.json
  @component install --dev

.PHONY: clean