1
0
mirror of https://github.com/restic/restic.git synced 2024-06-26 07:49:01 +02:00
restic/Makefile
2015-08-20 19:05:19 +02:00

13 lines
143 B
Makefile

.PHONY: all clean test
all: restic
restic: $(SOURCE)
go run build.go
clean:
rm -rf restic
test: $(SOURCE)
go run run_tests.go /dev/null