diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-01-20 01:28:44 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-01-20 01:28:44 +0100 |
commit | 604734c4a960aac3d99f1008337181ed2b0f04db (patch) | |
tree | 0cc5a4a9c958edce1b28366a446b75f6a720f6dc /Makefile | |
download | ludivine-slick-component-master.tar.gz ludivine-slick-component-master.tar.zst ludivine-slick-component-master.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
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 | |||
2 | build: components slick.js slick.css | ||
3 | @component build --dev | ||
4 | |||
5 | components: component.json | ||
6 | @component install --dev | ||
7 | |||
8 | .PHONY: clean | ||