8 lines
147 B
Makefile
8 lines
147 B
Makefile
|
|
||
|
update-bootstrap:
|
||
|
curl -L "https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css" -o assets/bootstrap.min.css
|
||
|
|
||
|
build:
|
||
|
go build .
|
||
|
|