Prefer Makefile
In the future, prefer Makefiles instead of ad-hoc shell scripts.
This commit is contained in:
parent
481df5a385
commit
998f60d65c
2 changed files with 2 additions and 3 deletions
2
Makefile
Normal file
2
Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
install:
|
||||
source "${DOTFILES}/configs/setup"
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source "$DOTFILES/configs/setup"
|
Loading…
Reference in a new issue