]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - makefile
Add the TSN directory as deps in the makefile.
[dead/htsn.git] / makefile
index 5c43e4b383b4136545bd64f9c5f3926a5a92ffc5..2b7f6c92ba38937ae1fc084538b4333c8c4dd50d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@ BIN = dist/build/htsn/htsn
 
 .PHONY : dist hlint
 
-$(BIN): src/*.hs
+$(BIN): src/*.hs src/TSN/*.hs
        runghc Setup.hs clean
        runghc Setup.hs configure --user
        runghc Setup.hs build