diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,10 @@ +URL := https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.14.en-US.linux-x86_64.tar.bz2 + all: - docker build --tag firedock . + wget -N ${URL} + docker build --tag waterbox . clean: - @true + git clean -fx .PHONY: all clean |