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