aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index dbc3149..2203d0c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,13 @@
all: build
+build:
+ kodev build
+
clean:
kodev clean
docker rm -f clog
+ docker rm -f clog-postgres
docker rmi -f clog:latest
docker-build:
@@ -14,8 +18,5 @@ docker-run:
docker rm -f clog
docker run --name clog -p 8888:8888 -d clog:latest
-build:
- kodev build
-
run:
kodev run