From 7ed04b079df07d77ab22a46e2cb9e505402fe59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Mon, 28 Nov 2022 17:50:11 +0100 Subject: Update notmuch guile bindings Use a makefile to remember how to do it --- lib/guile/makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/guile/makefile (limited to 'lib/guile/makefile') 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 -- cgit v1.2.3