Clean util.a as well - sdhcp - simple dhcp client | |
git clone git://git.codemadness.org/sdhcp | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 35938890d090e5f7e5862c6a6731f168004e6fd3 | |
parent 38916f6c32b2830cb5f04f0b345b6e01b4c23695 | |
Author: sin <[email protected]> | |
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(-) | |
--- | |
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 |