X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=makefile;fp=makefile;h=23882488be0548abb144ec193e2e189032c3c31d;hp=f8efd9956aa87c830dd43d2681aec19ac653cf14;hb=b55e5db2a68be5d69b970bbe4b5ad447881abd3d;hpb=c4d41b93ec02ff4dc762163441ebefb0324e6f07 diff --git a/makefile b/makefile index f8efd99..2388248 100644 --- 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