diff --git a/Makefile b/Makefile index d532cc3..7e4a497 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ clean-log: full-auto: submodules-update upgrade clean optimise +munin: + pushd /var/www/munin/ ; python -m SimpleHTTPServer 8000 + optimise: nix-store --optimise diff --git a/munin-www.sh b/munin-www.sh deleted file mode 100755 index 905e0cb..0000000 --- a/munin-www.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -pushd /var/www/munin/ && python -m SimpleHTTPServer 8000