mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-07 19:56:40 +01:00
12 lines
166 B
Makefile
Executable File
12 lines
166 B
Makefile
Executable File
|
|
build: components index.js
|
|
@component build --dev
|
|
|
|
components: component.json
|
|
@component install --dev
|
|
|
|
clean:
|
|
rm -fr build components template.js
|
|
|
|
.PHONY: clean
|