]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Add the TSN directory as deps in the makefile.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 20 Dec 2013 20:04:42 +0000 (15:04 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 20 Dec 2013 20:04:42 +0000 (15:04 -0500)
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