mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-27 18:45:40 +00:00
7 lines
106 B
Makefile
7 lines
106 B
Makefile
|
|
||
|
PKG := assets
|
||
|
|
||
|
bootstrap.css.go: bootstrap.css
|
||
|
go-bindata -pkg=$(PKG) -func="BootstrapCss" -out=$@ $^
|
||
|
|