site/Makefile

9 lines
92 B
Makefile
Raw Normal View History

2022-09-14 03:27:21 +00:00
all: public docker
public:
hugo
docker:
docker build -t arsen6331/site .
.PHONY: docker