tabbed

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

commit 2cb735cfd20205a4612996e4e965de5bdf55472d
parent c31c75eb0d17c50f330b217200e5346bf9b8ab37
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 10 Mar 2019 07:56:25 +0100

Pull main source as submodule

Diffstat:
A.gitmodules | 3+++
MMakefile | 4----
Atabbed | 1+
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tabbed"] + path = tabbed + url = https://git.suckless.org/tabbed diff --git a/Makefile b/Makefile @@ -14,10 +14,6 @@ tabbed/config.h: tabbed/config.def.h general.diff config.h tabbed/config.def.h: tabbed/ -tabbed/: - @echo "Fetching tabbed source" - git clone https://git.suckless.org/tabbed - /usr/local/bin/tabbed: tabbed/tabbed sudo make -C tabbed/ install diff --git a/tabbed b/tabbed @@ -0,0 +1 @@ +Subproject commit b5f9ec647aae2d9a1d3bd586eb7523a4e0a329a3