summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-20 01:28:44 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-20 01:28:44 +0100
commit604734c4a960aac3d99f1008337181ed2b0f04db (patch)
tree0cc5a4a9c958edce1b28366a446b75f6a720f6dc /Makefile
downloadludivine-slick-component-master.tar.gz
ludivine-slick-component-master.tar.zst
ludivine-slick-component-master.zip
Validation initialeHEAD1.6.0master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..eea6b95
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
1
2build: components slick.js slick.css
3 @component build --dev
4
5components: component.json
6 @component install --dev
7
8.PHONY: clean