c3d /
build
A simple makefile-based build system that I split from ELFE / XL
46/100 healthLoading repository data…
brianwarner / repository
A simple Makefile-based Python project skeleton
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project provides a basic skeleton for simple Python projects. It uses a Makefile to simplify the process of setting up and running your Python project in a Python virtual environment. It also includes a linting make target.
To use this skeleton, copy Makefile, requirements.txt, main.py, and
.gitignore into a new project root. Add any dependencies to
requirements.txt and ensure make is installed on your Mac or Linux system.
This Makefile does not currently run well on Windows.
To run, navigate to the project root and type make run. This will set up a
virtual environment, install all dependencies, and run main.py. When you
change the contents of requirements.txt, any new packages will be installed.
To lint your project, navigate to the project root and type make lint.
To remove the virtual environment and any compiled bytecode, navigate to the
project root and type make clean.
Selected from shared topics, language and repository description—not editorial ratings.
c3d /
A simple makefile-based build system that I split from ELFE / XL
46/100 healthnj-designs /
A simple Makefile based project for WCH's CHV32V range of RISCV uControllers
42/100 healththingsforhackers /
Simple Makefile based approach
37/100 healthSombrePigeon /
A simple makefile based CPP project generator
37/100 healthLogilin /
A simple Makefile-based "Hello World" we use for training sessions.
37/100 healthFTOD /
A simple Makefile based example for STM32F4-Discovery board
27/100 health