Initial commit

This commit is contained in:
2021-06-29 00:15:47 +01:00
commit 8dd7877c87
8 changed files with 87 additions and 0 deletions

17
Makefile Normal file
View File

@@ -0,0 +1,17 @@
.POSIX:
DESTDIR=~/public_gemini
.PHONY: all
all: pull build
.PHONY: pull
pull:
git pull origin
.PHONY: clean
clean:
cd $(DESTDIR) && rm -rf *
.PHONY: build
build:
${HOME}/bin/kiln build