Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

makefile-templates

Reusable Makefile templates for new personal projects, so I don't have to dig through an old repo and adapt its Makefile every time.

Usage

Copy the template that matches your project into the new repo as Makefile, then edit the variables at the top (see comments in each file).

cp python.mk ~/code/personal/new-project/Makefile

Templates

  • python.mk — venv install, ruff format/ruff check, pytest, and an optional uvicorn run target.
  • tex.mk — single-document LaTeX build with quick (fast single-pass draft compile) and build (full latexmk build with references/bibliography/index resolved) targets, plus a clean/clean-all target set for build artifacts.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages