diff options
Diffstat (limited to 'lib/guile/makefile')
-rw-r--r-- | lib/guile/makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/guile/makefile b/lib/guile/makefile new file mode 100644 index 0000000..50b7bbe --- /dev/null +++ b/lib/guile/makefile @@ -0,0 +1,16 @@ +## +# Build my guile libraries +# +# @file +# @version 0.1 + +LD_LIBRARY_PATH=$HOME/.guix-profile/lib + +notmuch: ffi/notmuch.ffi + C_INCLUDE_PATH=$(HOME)/.guix-profile/include/ guild compile-ffi $< + +clean: + rm ffi/notmuch.scm + + +# end |