add cli. add pdf export. add solutions.
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
PYTHON=.venv/bin/python
|
||||
SET=neetcode150
|
||||
|
||||
.PHONY: build
|
||||
|
||||
build:
|
||||
$(PYTHON) src build --problem_set $(SET) --out problems --out solutions
|
||||
pandoc build/problems-$(SET).md --pdf-engine=xelatex -o dist/problems-$(SET).pdf
|
||||
pandoc build/solutions-$(SET).md --pdf-engine=xelatex -o dist/solutions-$(SET).pdf
|
||||
Reference in New Issue
Block a user