From 1766a22686328b09f05a19e5ae1e7d9e92ff4dd4 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 6 Jun 2021 19:26:30 -0400 Subject: Add makefiles to build and stow configs --- alacritty/makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 alacritty/makefile (limited to 'alacritty') diff --git a/alacritty/makefile b/alacritty/makefile new file mode 100644 index 0000000..5acad6a --- /dev/null +++ b/alacritty/makefile @@ -0,0 +1,2 @@ +alacritty: alacritty.m4 + m4 -I ../m4-defines alacritty.m4 > .alacritty.yml -- cgit v1.1