summaryrefslogtreecommitdiff
path: root/Makefile
blob: 6a6986f1b456ca218deecb37ee9c9fb4b330daf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
TAG=kennyballou
all: build
.PHONY: all

build: container blog

container:
	@docker build -t ${TAG} .

blog:
	@$(MAKE) -C blag