aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: bef50b50493a6c0797280ca954cef402095f4b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: all clean docker-build run

all: build

clean:
	kodev clean

docker-build:
	docker build -t clog .

build:
	kodev build

run:
	kodev run