mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-23 00:00:01 +01:00
6 lines
108 B
PHP
6 lines
108 B
PHP
|
install-web:
|
||
|
cp -R web $(DESTDIR)$(PREFIX)/share/villas/node
|
||
|
|
||
|
clean-web:
|
||
|
|
||
|
.PHONY: web install-web clean-web
|