restic/Makefile

13 lines
143 B
Makefile
Raw Normal View History

2015-06-24 13:57:27 -04:00
.PHONY: all clean test
2015-05-11 15:09:32 -04:00
2015-05-10 16:43:42 -04:00
all: restic
2015-06-24 13:57:27 -04:00
restic: $(SOURCE)
go run build.go
2015-05-10 16:43:42 -04:00
2014-08-05 17:13:19 -04:00
clean:
2015-08-20 13:05:19 -04:00
rm -rf restic
2015-06-24 13:57:27 -04:00
test: $(SOURCE)
go run run_tests.go /dev/null