chiark / gitweb /
9e7377687ba67605bba184b6320ccad310e23815
[chiark-tcl.git] / Makefile
1
2 SUBDIRS=        base adns hbytes cdb crypto
3 # dgram tuntap
4
5 default: all
6
7 clean all:
8         set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done