ceph-csi/vendor/k8s.io/kubernetes/third_party/intemp/Makefile
Serguei Bezverkhi 7b24313bd6 vendor files
2018-01-10 13:42:26 -05:00

13 lines
196 B
Makefile

prefix=/usr/local/bin
default: build
build:
@echo "Nothing to build. Use make install"
install: intemp.sh
install intemp.sh $(DESTDIR)$(prefix)
uninstall:
-rm $(DESTDIR)$(prefix)/intemp.sh