git.mcksp
    1
    2
    3
    4
LIBGIT_LIB = -L/usr/local/lib -lgit2

build:
	${CC} gituwa.c -o gituwa ${LIBGIT_LIB}