Jan Breuer
2015-04-19 a2006d9935f97a233f75942e1a3eab69f27cf4b3
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: clean all test
 
all:
    $(MAKE) -C libscpi
    $(MAKE) -C examples
 
clean:
    $(MAKE) clean -C libscpi
    $(MAKE) clean -C examples
 
test:
    $(MAKE) test -C libscpi