aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 2a3e1c7cb9132a3a65f421a450a18a70f6172104 (plain) (blame)
1
2
3
4
5
6
7
all:
	docker build --tag firedock .

clean:
	@true

.PHONY: all clean