mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Move code into pkg directory (#22)
This commit is contained in:
parent
4e01c75eca
commit
54a9fbc859
15 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
DC := docker-compose
|
||||
BUILD_FLAGS := -ldflags '-s'
|
||||
PACKAGES := . ./cmd/dbmate
|
||||
PACKAGES := ./cmd/... ./pkg/...
|
||||
|
||||
all: clean container test lint build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue