File: cleanup

package info (click to toggle)
r-cran-ecosolver 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,184 kB
  • sloc: ansic: 10,879; makefile: 108; python: 26; sh: 23
file content (9 lines) | stat: -rwxr-xr-x 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

(cd src/ecos;
    if test -f Makefile; then
       make purge
    fi)

rm -f src/ecos.ts src/*.o src/*.so src/*.dll src/ecos/__*