X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=abfeafd027a72a9f9697d7825d7075aadc172e18;hb=47df352e2d1782e33b09d0eacccbc6144a71fcbc;hp=0e27aae434dd5ce6f56ed24ec734b914ee8aff76;hpb=7c3903679e12a473f5bf6d99ee2c0101ee837950;p=moe.git diff --git a/Makefile b/Makefile index 0e27aae..abfeafd 100644 --- 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