aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-24 21:45:18 +0100
committerGravatar Tom Willemse2016-11-24 21:45:18 +0100
commit807052e03afd8538c9398a4457c7049c2207e8cb (patch)
tree346e16ba699be8b5ff7ec968f44ec046b67f1df0 /GNUmakefile
parentd2d929fc119d587f38516f4b51e085a7eab21f68 (diff)
downloadnew-dotfiles-807052e03afd8538c9398a4457c7049c2207e8cb.tar.gz
new-dotfiles-807052e03afd8538c9398a4457c7049c2207e8cb.zip
Add top-level Makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 0000000..50f836d
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,6 @@
+.PHONY: all zsh
+
+all: zsh
+
+zsh:
+ $(MAKE) -C $@