mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-20 12:20:58 +00:00
Use date instead of DATE, that's the POS*X way.
This commit is contained in:
parent
fcfa231131
commit
49de3bef79
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
VERSION=1.4.0
|
||||
DATE=$(shell DATE)
|
||||
DATE=$(shell date)
|
||||
BOOTSTRAP = ./bootstrap.css
|
||||
BOOTSTRAP_MIN = ./bootstrap.min.css
|
||||
BOOTSTRAP_LESS = ./lib/bootstrap.less
|
||||
|
|
|
|||
Loading…
Reference in a new issue