mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
13 lines
196 B
Makefile
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
|