From 64c0f0fdee228c707ecdd40a8ac738ffacc8e251 Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Oct 23 2023 03:07:56 +0000 Subject: Include binary distribution artefacts in ‘dist’ build target. --- diff --git a/Makefile b/Makefile index 8181eb8..b29c56e 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ bdist: packaging-bdist sdist: packaging-sdist .PHONY: dist -dist: sdist +dist: sdist bdist include test.mk