boba.best/Makefile

9 lines
66 B
Makefile
Raw Normal View History

all: public
clean:
rm -rf public/
public:
hugo
./compress.sh