]> gitweb.michael.orlitzky.com - dead/harbl.git/blobdiff - makefile
Add a few farewell TODO items.
[dead/harbl.git] / makefile
index f8efd9956aa87c830dd43d2681aec19ac653cf14..6792f483e568e0a4ecf82af42c9b5b0e565e35ee 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
 PN = harbl
 BIN = dist/build/$(PN)/$(PN)
-SRCS := $(shell find src/ -type f -name '*.hs')
+SRCS := $(shell find harbl{,-cli}/src/ -type f -name '*.hs')
 
 .PHONY : dist doc hlint
 
@@ -55,4 +55,4 @@ hlint:
        hlint --ignore="Use camelCase"     \
              --ignore="Redundant bracket" \
              --color                      \
-             src
+             $(SRCS)