mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-03 02:04:42 +00: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:
parent
10a83b1e62
commit
915ebf9f30
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
BOOTSTRAP = ./docs/assets/css/bootstrap.css
|
||||
BOOTSTRAP_LESS = ./less/bootstrap.less
|
||||
BOOTSTRAP ?= ./docs/assets/css/bootstrap.css
|
||||
BOOTSTRAP_LESS ?= ./less/bootstrap.less
|
||||
DATE=$(shell date +%I:%M%p)
|
||||
CHECK=\033[32m✔\033[39m
|
||||
HR=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#
|
||||
|
|
|
|||
Loading…
Reference in a new issue