mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
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
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
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=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#
|
||||||
|
|||||||
Reference in New Issue
Block a user