Makefile 67 Bytes EditWeb IDE 1 2 3 4 build: docker build --rm -t $(shell cat .project) . .PHONY: build