Introduction
Introduction Statistics Contact Development Disclaimer Help
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
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.