tabbed

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

commit d696d5bb30bab96e8ea97454b12f77c7c2c40f96
parent 9abc16a2ca09c1de751279fd8ca8c3afa55f4527
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 21 Jan 2019 12:26:44 +0100

Remove incorrect diff dependency

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

diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ surf/surf: surf/config.h @echo "Building surf" make -C surf/ -surf/config.h: surf/config.def.h general.diff surf-alpha-0.8.1.diff config.h +surf/config.h: surf/config.def.h general.diff config.h @echo "Copying default configuration to source directory" @echo "Apply patches" -for f in *.diff; do cp $$f surf/ && (cd surf && patch -p1 -N < $$f); done