diff --git a/Makefile b/Makefile index e34c33c..ebba45e 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ install: gaycat mkdir -p /usr/local/share/man/man6 install gaycat.6 /usr/local/share/man/man6/ -all: gaycat +clean: + rm -f gaycat +all: gaycat