1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2025-01-07 21:07:09 +00:00
imgsrv/assets/Makefile

7 lines
106 B
Makefile
Raw Normal View History

PKG := assets
bootstrap.css.go: bootstrap.css
go-bindata -pkg=$(PKG) -func="BootstrapCss" -out=$@ $^