X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=Makefile;h=abfeafd027a72a9f9697d7825d7075aadc172e18;hb=ef3559cb8053bc0dc9d0771d73328335671ad330;hp=0e27aae434dd5ce6f56ed24ec734b914ee8aff76;hpb=7c3903679e12a473f5bf6d99ee2c0101ee837950;p=eval.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