chiark / gitweb /
adns compiles ish, working on transferring the rest
[chiark-tcl.git] / Makefile
1
2 SUBDIRS=        base adns
3
4 default: all
5
6 clean all:
7         set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done