blob: 87d871a83a06a025be171391f3ace1e6f96abe21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
BIN_TARGETS := \
tipideed \
tipidee-config \
tipidee-logaggregate \
cgit-nollmcrawler
LIBEXEC_TARGETS := \
tipidee-config-preprocess \
ls.cgi
LIB_DEFS := TIPIDEE=tipidee
TIPIDEE_DESCRIPTION := A library containing helpers to write an HTTP server
|