]> mj.ucw.cz Git - moe.git/blobdiff - Makefile
Sorting of tasks and parts is unnecessary, they have a well-defined order.
[moe.git] / Makefile
index 0e27aae434dd5ce6f56ed24ec734b914ee8aff76..abfeafd027a72a9f9697d7825d7075aadc172e18 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ bin/pedant: src/pedant.o
 
 clean:
        rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core`
-       rm -f bin/box bin/iwrapper bin/md5crypt
+       rm -f bin/box bin/iwrapper bin/md5crypt bin/pedant
 
 distclean: clean