1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00
Files
minifyfromhtml/node_modules/foreach/Makefile
2018-05-05 15:35:25 +02:00

12 lines
151 B
Makefile

build: components
@component build
components: component.json
@component install --dev
clean:
rm -fr build components template.js
.PHONY: clean