From: Juneki Hong Date: Sat, 24 Aug 2013 22:06:31 +0000 (-0400) Subject: small change to the Makefile. It can now build right after running veryclean. Instead... X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=76ded8f9ca7b3c40f71dcd41809049ade84b967f;p=dyna2 small change to the Makefile. It can now build right after running veryclean. Instead of you having to mkdir the dist/ directory again. --- diff --git a/Makefile b/Makefile index cf5c48c..2e37e0e 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ clean: rm -rf *.tix rm -f tags TAGS veryclean: clean - rm -rf dist + rm -rf dist/* run-parser: ghci -isrc Dyna.ParserHS.Parser