pdfdraw/server/node_modules/indexof/Makefile
szaimen e33f27b5a4 also commit the npm_modules and package-lock.json
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-03-04 12:25:14 +01:00

11 lines
139 B
Makefile

build: components index.js
@component build
components:
@Component install
clean:
rm -fr build components template.js
.PHONY: clean