Jan Breuer
2014-12-12 af4e630a29e8ddcb11f377d3b0e6f6d580040313
1
2
3
4
5
6
7
8
9
10
all:
    $(MAKE) -C libscpi
    $(MAKE) -C examples
 
clean:
    $(MAKE) clean -C libscpi
    $(MAKE) clean -C examples
 
build-tests:
    $(MAKE) test -C libscpi