diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-10 20:23:00 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-10 20:23:00 -0500 |
commit | 882d9d10def8c49b3eeb548d17462933fa2c5048 (patch) | |
tree | 6b6f5604d082daca254576c81a4788f7ee528944 /Makefile | |
download | lidra-882d9d10def8c49b3eeb548d17462933fa2c5048.tar.lz lidra-882d9d10def8c49b3eeb548d17462933fa2c5048.tar.xz lidra-882d9d10def8c49b3eeb548d17462933fa2c5048.zip |
first commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7adb976 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: bulma libresocial style + +bulma: + sh scripts/bulma.sh + +libresocial: + sh scripts/libresocial.sh + +style: + sh scripts/style.sh |