Update logging, path, docker scripts

This commit is contained in:
Andrejus
2020-07-12 14:11:50 +01:00
parent 1418a61962
commit f9cb667046
8 changed files with 55 additions and 39 deletions

View File

@@ -3,6 +3,7 @@
# ---------------------------------------------------------------------------- #
.PHONY: clean install
# Install dotfiles to home folder
all:
./bootstrap.pl
@@ -11,7 +12,7 @@ install:
./install.pl
clean:
rm ./.install.*.log
rm -rf logs
# ---------------------------------------------------------------------------- #
# Docker commands