Add stuff page
This commit is contained in:
5
Makefile
5
Makefile
@ -1,4 +1,9 @@
|
||||
|
||||
.PHONY: update-bootstrap
|
||||
update-bootstrap:
|
||||
curl -L "https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css" -o assets/bootstrap.min.css
|
||||
curl -L "https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.min.js" -o assets/bootstrap.min.js
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
./build.sh
|
||||
|
Reference in New Issue
Block a user