We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf4517 commit 32ef83cCopy full SHA for 32ef83c
Makefile
@@ -5,3 +5,8 @@ all:
5
6
install:
7
install -D -t ${DESTDIR}/usr/sbin s3tftpd
8
+
9
+clean:
10
+ rm -f s3tftpd
11
12
+.PHONY: all install clean
0 commit comments