Bootstrap using stow

This commit is contained in:
Andrejus
2020-07-12 03:07:01 +01:00
parent 21757767d2
commit b748e73e80
18 changed files with 52 additions and 25 deletions

View File

@@ -1,12 +1,18 @@
# ---------------------------------------------------------------------------- #
# Local commands
# ---------------------------------------------------------------------------- #
.PHONY: clean
.PHONY: clean install
all:
./bootstrap.pl
# @arg $TARGET binary to install
all:
install:
./install.pl
clean:
rm ./.install.*.log
# ---------------------------------------------------------------------------- #
# Docker commands
# ---------------------------------------------------------------------------- #