]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - makefile
Move the TSN namespace (Xml.hs and FeedHosts.hs) into the top level.
[dead/htsn.git] / makefile
index 2fb6a0379991140d546cdc282bec5203dc099b0a..45ed83809f39941aee435c20c334e29027163b84 100644 (file)
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ TESTSUITE_BIN = dist/build/testsuite/testsuite
 
 .PHONY : dist hlint
 
-$(BIN): src/*.hs src/TSN/*.hs
+$(BIN): src/*.hs
        runghc Setup.hs clean
        runghc Setup.hs configure --user --prefix=/
        runghc Setup.hs build
@@ -34,7 +34,7 @@ test: $(BIN) $(TESTSUITE_BIN)
        runghc Setup.hs test
 
 dist:
-       runghc Setup.hs configure --prefix=
+       runghc Setup.hs configure --prefix=/
        runghc Setup.hs sdist
 
 hlint: