sdhcp

simple dhcp client
git clone git://git.2f30.org/sdhcp
Log | Files | Refs | LICENSE

commit 35938890d090e5f7e5862c6a6731f168004e6fd3
parent 38916f6c32b2830cb5f04f0b345b6e01b4c23695
Author: sin <sin@2f30.org>
Date:   Thu, 17 Jul 2014 20:21:41 +0100

Clean util.a as well

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

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