clean target added in Makefile + more natual pagination
This commit is contained in:
parent
ffa3141648
commit
604f8d17c0
2 changed files with 11 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -15,3 +15,6 @@ permissions: build
|
|||
|
||||
build:
|
||||
lektor build -O $(BUILDDIR)
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)
|
||||
Loading…
Add table
Add a link
Reference in a new issue