Clean util.a as well - sdhcp - simple dhcp client
 (HTM) git clone git://git.codemadness.org/sdhcp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 35938890d090e5f7e5862c6a6731f168004e6fd3
 (DIR) parent 38916f6c32b2830cb5f04f0b345b6e01b4c23695
 (HTM) Author: sin <sin@2f30.org>
       Date:   Thu, 17 Jul 2014 20:21:41 +0100
       
       Clean util.a as well
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -60,6 +60,6 @@ uninstall:
        
        clean:
                @echo cleaning
       -        @rm -f $(BIN) $(OBJ)
       +        @rm -f $(BIN) $(OBJ) util.a
        
        .PHONY: all options clean install uninstall