aboutsummaryrefslogtreecommitdiffstats
path: root/lib/guile/makefile
blob: 50b7bbe1a3bd0d1240a6b2ca9dfc68f0c471c75d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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