mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
8 lines
No EOL
131 B
Makefile
8 lines
No EOL
131 B
Makefile
tools:
|
|
|
|
clean-tools:
|
|
|
|
install-tools:
|
|
install -m 0755 tools/villas.sh $(PREFIX)/bin/villas
|
|
|
|
.PHONY: tools clean-tools install-tools |