add clean target

This commit is contained in:
anna 2021-11-28 06:17:46 +01:00
parent c5f617c33b
commit 45114dc39b
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

@ -6,6 +6,8 @@ install: gaycat
mkdir -p /usr/local/share/man/man6
install gaycat.6 /usr/local/share/man/man6/
clean:
rm -f gaycat
all: gaycat