Commit 915ebf9f authored by Nicolas Dudebout's avatar Nicolas Dudebout

Allows the user to set different source and destination in Makefile.

A user can use the following command to determine where to copy the resulting css file:

    $ BOOTSTRAP=<my-path> make
parent 10a83b1e
BOOTSTRAP = ./docs/assets/css/bootstrap.css BOOTSTRAP ?= ./docs/assets/css/bootstrap.css
BOOTSTRAP_LESS = ./less/bootstrap.less BOOTSTRAP_LESS ?= ./less/bootstrap.less
DATE=$(shell date +%I:%M%p) DATE=$(shell date +%I:%M%p)
CHECK=\033[32m✔\033[39m CHECK=\033[32m✔\033[39m
HR=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# HR=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment