mirror of
https://codeberg.org/puppe/mpbackup.git
synced 2025-12-19 21:42:17 +01:00
Add Makefile for installation
This commit is contained in:
parent
3ca3916515
commit
a0d1c1c5c1
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
PREFIX = /usr/local
|
||||||
|
|
||||||
|
.PHONY: install
|
||||||
|
|
||||||
|
install: "$(PREFIX)/bin"
|
||||||
|
install mpbackup "$(PREFIX)/bin/mpbackup"
|
||||||
|
|
||||||
|
"$(PREFIX)/bin":
|
||||||
|
mkdir -p "$(PREFIX)/bin"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue