summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-01-03Let make serve fail if cd _site failsSunaina Pai
2020-11-05fixed Makefileplaiddroid
added line that cd into site folder on serve
2019-12-05Replace GNU Make 'ifeq' with POSIX shell 'if'Sunaina Pai
This project tries to keep the Makefile as generic as possible by conforming to POSIX make specification, so this commit removes ifeq-statements that are GNU-specific extensions to make and replaces them with if-statements that are available in any POSIX shell.
2019-11-25Add cleaner python2/3 make serve commandCaitlin Campbell
Stop the need to Ctrl-C twice in the event where you have both python versions on your system.
2018-08-11Add git user config for demo repoSunaina Pai
2018-03-28Fix commit URL for README.md of demo repoSunaina Pai
2018-03-24Ignore docstrings for loc targetSunaina Pai
2018-03-17Add makesite: A simple static site generatorSunaina Pai