index
:
porg
master
Photo organizer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 3a461dc7f69f5934313b8407cf9992ab00cd7091 (
plain
)
1
2
3
4
5
6
7
8
9
10
GO
=
go
all
:
build
build
:
${
GO
}
build
.
test
:
${
GO
}
test
-cover
./...