[go: up one dir, main page]

Menu

[r162]: / release-4 / cleanup.sh  Maximize  Restore  History

Download this file

20 lines (19 with data), 485 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
make clean
rm -rf config_tests/test_ann
rm -rf config_tests/test_compute_capability
rm -rf config_tests/test_cudpp
rm -rf config_tests/test_gsl
rm -rf cocolib/libcocolib.a
rm -rf cocolib/Makefile
rm -rf examples/coco_ip
rm -rf examples/out/tv
rm -rf examples/out/vtv
rm -rf examples/out/multilabel
rm -rf examples/Makefile
rm -rf lightfields/lightfields
rm -rf lightfields/Makefile
rm -rf tools/reference_compare
rm -rf tools/Makefile
rm -rf Makefile
rm -rf extra_libs.inc