File: Makefile.am

package info (click to toggle)
bindfs 1.18.4-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,008 kB
  • sloc: sh: 4,442; ansic: 4,287; ruby: 1,288; makefile: 47
file content (8 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (4)
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