File: Makefile.am

package info (click to toggle)
bindfs 1.14.7-1.1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 1,852 kB
  • sloc: sh: 4,216; ansic: 3,531; ruby: 1,173; makefile: 39
file content (8 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
SUBDIRS = src tests

vagrant-clean:
	-for i in vagrant/*/Vagrantfile; do cd `dirname $$i` && (vagrant destroy -f || true) ; cd $$OLDPWD; done
	-rm -Rf vagrant/*/.vagrant vagrant/*/*.log

vagrant-test:
	-vagrant/test.rb