2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 00:20:48 +00:00

Remove test from default make target

This commit is contained in:
Alexander Neumann 2015-01-14 17:49:17 +01:00
parent af43fb3dda
commit 8c4af2af70

View File

@ -3,7 +3,7 @@
GOFLAGS= GOFLAGS=
#GOFLAGS+=-race #GOFLAGS+=-race
all: release test all: release
release: release:
for dir in cmd/* ; do \ for dir in cmd/* ; do \