Stage1 of migration + little changes
This commit is contained in:
11
quadratic_forms/Makefile
Normal file
11
quadratic_forms/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Default makefile for algorithmica-like pages
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
all: render.html
|
||||
|
||||
render.html: main.md
|
||||
pandoc $< --to html --mathjax --output $@
|
||||
|
||||
clean:
|
||||
test -f render.html && rm render.html || echo "Nothing to clean"
|
Reference in New Issue
Block a user