X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=haskell-dns.git;a=blobdiff_plain;f=Makefile;h=d072fa34f266e08c7d79b37384a18aba11b0560b;hp=c12ffabc181494581f81824a4e00102211104de8;hb=5d250da422c01c7aab948ebdda5ef618f18e0f39;hpb=c298a2352893e8839680e38f73cb2015d16dc87d diff --git a/Makefile b/Makefile index c12ffab..d072fa3 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,12 @@ GHC = ghc build: dist/setup-config Setup ./Setup build -#run: build -# @echo ".:.:. Let's go .:.:." -# $(MAKE) -C examples run +run: build + @echo ".:.:. Let's go .:.:." + ./dist/build/ExampleDNSServer/ExampleDNSServer dist/setup-config: $(CABAL_FILE) Setup - ./Setup configure --disable-optimization -fbuild-test-suite + ./Setup configure --disable-optimization -fbuild-test-suite -fbuild-examples Setup: Setup.lhs $(GHC) --make Setup