Project

General

Profile

Download (134 Bytes) Statistics
| Branch: | Tag: | Revision:
1
TOPFILES=../sandbox
2

    
3
test-compile:
4
	@bash ./test-compile.sh
5
	@rm build/*.o
6

    
7
clean:
8
	@rm -rf build
9

    
10
distclean: clean
11
	@rm -rf report*
12

    
(1-1/3)