From 16ff238363973e980201f441a802308257c382b0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 6 Aug 2020 00:22:40 +0200 Subject: Makefile: Copy release products to `dist/` Add recipes to build release targets and copy the binaries and man pages into the `dist/` folder. We'll use this to package a release archive. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ea8c4bf..48681a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +/dist/ /target -- cgit v1.2.3