Add Makefile
This commit is contained in:
parent
c15d4128e3
commit
6f92f789d2
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
.PHONY: all clean
|
||||||
|
|
||||||
|
all: check_restic
|
||||||
|
|
||||||
|
check_restic: main.go
|
||||||
|
go build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f check_restic
|
||||||
Loading…
Add table
Add a link
Reference in a new issue