summaryrefslogtreecommitdiff
path: root/src/librefetch/Makefile
blob: dcb64dc5043b880d23e07de16ac802feb1aea324 (plain)
1
2
3
4
5
progs = librefetch-install
confs = librefetch-makepkg.conf
libexecs = $(shell find librefetchdir -type f      -executable)
libs     = $(shell find librefetchdir -type f -not -executable)
include ../../common.mk