Rewrite install script

This commit is contained in:
Andrejus
2020-07-11 20:59:48 +01:00
parent 0eb21776db
commit 21757767d2
24 changed files with 88 additions and 75 deletions

View File

@@ -1,16 +1,11 @@
SHELL := /bin/bash
# ---------------------------------------------------------------------------- #
# Local commands
# Local commands
# ---------------------------------------------------------------------------- #
.PHONY: clean
# @arg $TARGET binary to install
all:
# Install dotfiles
./bootstrap.sh
clean:
# Remove all temporary files and artefacts
rm -rf .dotlock tmp
./install.pl
# ---------------------------------------------------------------------------- #
# Docker commands