]> git.cameronkatri.com Git - pw-darwin.git/blob - Makefile
Recommit everything, add chpass, improve history (except for a few files that git...
[pw-darwin.git] / Makefile
1 TOPTARGETS := all clean install
2 SUBDIRS := adduser chpass pw
3
4 $(TOPTARGETS): $(SUBDIRS)
5
6 $(SUBDIRS):
7 $(MAKE) -C $@ $(MAKECMDGOALS)
8
9 .PHONY: $(TOPTARGETS) $(SUBDIRS)