File: cleanup

package info (click to toggle)
r-cran-igraph 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 27,776 kB
  • sloc: ansic: 206,423; cpp: 21,827; fortran: 4,090; yacc: 1,229; lex: 518; sh: 52; makefile: 8
file content (6 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#! /bin/sh

# Object files cause problems on Github Actions where they get included
# in the source package that is re-generated from the original source, so
# we remove them here in the cleanup step
find src -name *.o | xargs rm