Add top-level Makefile
This commit is contained in:
parent
d2d929fc11
commit
807052e03a
1 changed files with 6 additions and 0 deletions
6
GNUmakefile
Normal file
6
GNUmakefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
.PHONY: all zsh
|
||||||
|
|
||||||
|
all: zsh
|
||||||
|
|
||||||
|
zsh:
|
||||||
|
$(MAKE) -C $@
|
Loading…
Reference in a new issue