From 49e0bdf6139f9eff9e416422c081b5351ede8bb6 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 6 Apr 2010 10:28:07 -0400 Subject: Makefiles/build: Update clean rule to wipe out all targets. --- Makefiles/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefiles/build b/Makefiles/build index dd9eafe..cc45b5d 100644 --- a/Makefiles/build +++ b/Makefiles/build @@ -61,7 +61,9 @@ clean: realclean: rm -f common/*.o common/*.a client/*.o server/*.o - rm -f tests/*.o tests/getnast + rm -f libconfig/*.o libconfig/*.a client/*.a tests/*.o + rm -f server/nastd tests/getnast tests/killnast tests/mtstressnast + rm -f tests/randnast tests/statnast tests/stressnast tests/updnast rm -f perl/Makefile perl/NASTD.c perl/NASTD.bs perl/*.o rm -rf perl/blib -- cgit v1.2.3