File: post-distclean.rb

package info (click to toggle)
sqlite3-ruby 1.1.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 904 kB
  • ctags: 753
  • sloc: ruby: 4,099; makefile: 59
file content (4 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
# post-distclean.rb

# on a distclean, always do a clean, as well
eval File.read( File.join( curr_srcdir, "post-clean.rb" ) )