summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-24 11:52:33 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-24 11:52:33 +0200
commit55ad5a982adc61a379a052e96cde9c8b8a40f978 (patch)
treed0148a89cb0105402db3fbfbcf6aa350c84ef3b3 /Makefile
parentb2055afaa70dd35bccdb9deeeb5ebdefae25a026 (diff)
downloadvim-polyglot-55ad5a982adc61a379a052e96cde9c8b8a40f978.tar.gz
vim-polyglot-55ad5a982adc61a379a052e96cde9c8b8a40f978.zip
Migrate to makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..0fb2c82d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+.PHONY: all
+
+all:
+ @ scripts/build
+
+test:
+ @ scripts/test