diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-17 17:15:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-17 17:15:56 -0400 |
commit | 91567ab8f6fae75d1590bfd05567e84157887c4b (patch) | |
tree | 07e31acc9b6c97f2e20f78ec70b47cb07c8729f3 /Makefile | |
parent | bf3339e5b7c26cd24acefdf7c33059433195e1f6 (diff) |
make inotify a build flag etc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PREFIX=/usr IGNORE=-ignore-package monads-fd -ignore-package monads-tf -BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_S3 +BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_S3 -DWITH_INOTIFY GHCFLAGS=-O2 $(BASEFLAGS) ifdef PROFILE |