aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index e8220ae..0000000
--- a/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-all: test
-
-.PHONY: test
-test: vendor emacs scripts lint
-
-.PHONY: vendor
-vendor:
- @gem install rubocop
-
-.PHONY: emacs
-emacs:
- @lsb_release -a
- @cd .emacs.d && ./test-emacs.sh
-
-.PHONY: scripts
-scripts:
- @cd bin/test && ./test.sh
-
-.PHONY: lint
-lint:
- @find . -name "*.sh" ! -name ".gitcompletion.sh" ! -name ".hgcompletion.sh" -not -path "./.emacs.d/*" -exec shellcheck \{\} \+
- @rubocop