utf8proc: Add package
[termux-packages] / packages / darkhttpd / Makefile.patch
CommitLineData
daa6ae5c
DP
1diff --git a/Makefile b/Makefile
2index 7059a14..b09a8a7 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -7,6 +7,9 @@ all: darkhttpd
6 darkhttpd: darkhttpd.c
7 $(CC) $(CFLAGS) $(LIBS) darkhttpd.c -o $@
8
9+install: all
10+ install darkhttpd "$(DESTDIR)$(PREFIX)/bin/darkhttpd"
11+
12 clean:
13 rm -f darkhttpd core darkhttpd.core
14