]> 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 b31b678e624d2c6397c62af401620751edeb9206..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