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