about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-01-13T19·40-0500
committerWilliam Carroll <wpcarro@gmail.com>2019-01-13T19·45-0500
commit998f60d65c39e3d8be1ce90941c87dcbf2c2f766 (patch)
tree41f0afa1592349e51d2fb08da21393ae980e8f0c /Makefile
parent481df5a3855ccd5ea3bf4d5f41ae780f4773b7b4 (diff)
Prefer Makefile
In the future, prefer Makefiles instead of ad-hoc shell scripts.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..999fc266d931
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+install:
+	source "${DOTFILES}/configs/setup"