summaryrefslogtreecommitdiff
path: root/Makefile
blob: 17249ebacf83cd7bb7f3a24642b43b3769be2093 (plain)
1
2
3
4
5
6
7
8
9
CFLAGS=`pkg-config --cflags libgit2 libpcre2-8`
LDLIBS=`pkg-config --libs libgit2 libpcre2-8`

all: pkgrel

clean:
	rm -f *.o pkgrel

.PHONY: all clean