@ -0,0 +1,9 @@
NAME := i2psnark
all:
docker build -t ${NAME} .
clean:
docker image rm ${NAME}
.PHONY: all clean