add clean target
This commit is contained in:
parent
c5f617c33b
commit
45114dc39b
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue