Bootstrap using stow
This commit is contained in:
10
Makefile
10
Makefile
@@ -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
|
||||
# ---------------------------------------------------------------------------- #
|
||||
|
||||
Reference in New Issue
Block a user