[go: up one dir, main page]

Menu

[r303]: / release-3 / cleanup.sh  Maximize  Restore  History

Download this file

18 lines (17 with data), 426 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
#!/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 tools/reference_compare
rm -rf tools/Makefile
rm -rf Makefile
rm -rf extra_libs.inc