tMakefile: fix a typo in clean: target - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit bf46e40f3ac3ce6007f9f5c1cf482dde2ae35589
 (DIR) parent 890b2fc3960b76086a9c2b645d0592135f7d5284
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Thu,  7 Feb 2019 21:22:48 +0100
       
       Makefile: fix a typo in clean: target
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -41,7 +41,7 @@ surf: $(OBJ) $(COBJ)
                $(CC) $(SURFLDFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(COBJ) $(LIBS)
        
        clean:
       -        rm -f surf $(OBJ) $(OBJ)
       +        rm -f surf $(OBJ) $(COBJ)
                rm -f libsurf-webext.so $(WEBEXTOBJ)
        
        distclean: clean