diff options
author | Brian Cully <bjc@kublai.com> | 2010-04-06 10:28:07 -0400 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2010-04-06 10:28:07 -0400 |
commit | 49e0bdf6139f9eff9e416422c081b5351ede8bb6 (patch) | |
tree | 023b86b69e53ea585d3294850d12cf99a8470a6a /Makefiles/build | |
parent | 131997160c259967a3fa833a60278f87f3c783d8 (diff) | |
download | nastd-49e0bdf6139f9eff9e416422c081b5351ede8bb6.tar.gz nastd-49e0bdf6139f9eff9e416422c081b5351ede8bb6.zip |
Makefiles/build: Update clean rule to wipe out all targets.
Diffstat (limited to 'Makefiles/build')
-rw-r--r-- | Makefiles/build | 4 |
1 files changed, 3 insertions, 1 deletions
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 |