Add top-level Makefile

This commit is contained in:
Tom Willemse 2016-11-24 21:45:18 +01:00
parent d2d929fc11
commit 807052e03a

6
GNUmakefile Normal file
View file

@ -0,0 +1,6 @@
.PHONY: all zsh
all: zsh
zsh:
$(MAKE) -C $@