chiark / gitweb /
slight improvements to scriptinv, including scriptinv_invoke_fg
[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