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

clean:
	@true

.PHONY: all clean