Fix makefile - blind - suckless command-line video editing utility
 (HTM) git clone git://git.suckless.org/blind
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7ee326b71e1846c3b79be5aea9d9bfd94ef5aa38
 (DIR) parent c8c786ee5a16fec99414d6064a2f16a2745d18dd
 (HTM) Author: Mattias Andrée <maandree@kth.se>
       Date:   Tue,  5 Dec 2017 23:19:23 +0100
       
       Fix makefile
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -155,7 +155,7 @@ EXAMPLEFILES =\
                reverse/Makefile\
                split/Makefile
        
       -COMMON_SRC = $(COMMON_SRC:.o=.c)
       +COMMON_SRC = $(COMMON_OBJ:.o=.c)
        SRC = $(BIN:=.c) $(COMMON_SRC)
        SCRIPTS = $(SH_SCRIPTS) $(KSH_SCRIPTS) 
        MAN1 = $(BIN:=.1) $(SCRIPTS:=.1)