Jan Breuer
2014-02-13 cbdf27b81c8e0fc46dc2c7b5596cc1616a575d34
1
2
3
4
5
6
7
8
9
10
11
12
13
 
all:
    $(MAKE) -C test-interactive
    $(MAKE) -C test-parser
    $(MAKE) -C test-tcp
    $(MAKE) -C test-tcp-srq
 
 
clean:
    $(MAKE) clean -C test-interactive
    $(MAKE) clean -C test-parser
    $(MAKE) clean -C test-tcp
    $(MAKE) clean -C test-tcp-srq