commit 1b0d2c1ab3e408a0ed60cfc986635713a29b8c85 Author: sin <[email protected]> Date: Mon Nov 17 10:39:02 2014 +0000
Make clean more verbose
diff --git a/Makefile b/Makefile
index 10de069..25234bc 100644
--- a/Makefile
+++ b/Makefile
@@ -181,4 +181,4 @@ sbase-box: $(SRC) libutil.a
rm -r build
clean:
- @rm -f $(BIN) $(OBJ) $(LIB) libutil.a sbase-box sbase-$(VERSION).tar.gz
+ rm -f $(BIN) $(OBJ) $(LIB) libutil.a sbase-box sbase-$(VERSION).tar.gz
