chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
vim: Use sensible.vim as system vimrc
[termux-packages]
/
packages
/
darkhttpd
/
Makefile.patch
1
diff --git a/Makefile b/Makefile
2
index 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