Skip to content

Commit 32ef83c

Browse files
committed
make: clean target
1 parent cdf4517 commit 32ef83c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ all:
55

66
install:
77
install -D -t ${DESTDIR}/usr/sbin s3tftpd
8+
9+
clean:
10+
rm -f s3tftpd
11+
12+
.PHONY: all install clean

0 commit comments

Comments
 (0)