aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2025-10-02 00:03:55 +0200
committerLeonard Kugis <leonard@kug.is>2025-10-02 00:03:55 +0200
commit65e1d31000f6a31c882134277758b03cb980581a (patch)
tree718d7b040ab17ff8f6ab21f274d65c732efb3268 /Makefile.am
parent98f6fd6d3513f65e3f065d62c647ae884830cde6 (diff)
downloadbindfs-65e1d31000f6a31c882134277758b03cb980581a.tar.gz
Removed autotools files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 9d47e04..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-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