1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-11-27 18:45:40 +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=$@ $^