temp-prometheus/Makefile

9 lines
146 B
Makefile
Raw Normal View History

2022-06-17 11:54:29 +02:00
CC=rustc
build:
$(CC) -O main.rs -o temp-prometheus
install: build
install -d $(PREFIX)/bin/
install -m 755 ./temp-prometheus $(PREFIX)/bin/