mirror of
https://git.boba.best/boba.best/boba.best.git
synced 2025-07-04 09:37:28 -05:00
9 lines
66 B
Makefile
9 lines
66 B
Makefile
all: public
|
|
|
|
clean:
|
|
rm -rf public/
|
|
|
|
public:
|
|
hugo
|
|
./compress.sh
|