Add clean step

This commit is contained in:
Adrian Macneil 2015-12-01 18:35:18 -08:00
parent d5fb983acc
commit 158ecaa965
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,9 @@
DOCKER := docker-compose run dbmate
all: container lint test build
all: clean container lint test build
clean:
rm -rf dist
container:
docker-compose build