tabbed

Customized build of tabbed, the suckless tab manager
git clone git://src.adamsgaard.dk/tabbed
Log | Files | Refs | Submodules | README

commit d2d2d67489b5b6d8bd826016f3ac624c6db4afe5
parent 8aff85ad54a565135d39e8b3c954b48bada057e3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 13 Dec 2018 08:41:00 -0500

Fetch st source before preparing build

Diffstat:
MMakefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,9 +1,10 @@ default: st/st st/st: st/config.h + @echo "Building st" make -C st -st/config.h: config.h +st/config.h: st/ config.h @echo "Copying custom configuration to source directory" cp $< $@