changeset 44:742496328de6

Add an "install-dev" target
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 26 Apr 2026 09:40:32 +0200
parents bbef0ac6cfcf
children 6ac1ea5d2d4a
files Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Apr 24 19:01:10 2026 +0200
+++ b/Makefile	Sun Apr 26 09:40:32 2026 +0200
@@ -4,7 +4,7 @@
 # SPDX-License-Identifier: MIT
 # :-
 
-.PHONY: help all clean distclean dist build tests flake8
+.PHONY: help all clean distclean dist build tests flake8 install-dev
 
 help:
 	@echo Targets: help, clean, distclean, dist, build
@@ -29,3 +29,6 @@
 flake8:
 	-flake8 pygments_lexer_pseudocode2
 	-flake8 tests
+
+install-dev:
+	python -m pip install -r requirements-dev.txt