]> gitweb @ CieloNegro.org - haskell-dns.git/blobdiff - Makefile
Started implementing Named part.
[haskell-dns.git] / Makefile
index c12ffabc181494581f81824a4e00102211104de8..d072fa34f266e08c7d79b37384a18aba11b0560b 100644 (file)
--- 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