Jan Breuer
2015-03-19 4f9030e488f68c0ab5b5fafd9165f4d9947eb27f
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