temp-prometheus/Makefile

9 lines
146 B
Makefile

CC=rustc
build:
$(CC) -O main.rs -o temp-prometheus
install: build
install -d $(PREFIX)/bin/
install -m 755 ./temp-prometheus $(PREFIX)/bin/