diff --git a/Makefile b/Makefile index a40b429..8728d5d 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,6 @@ default: install: cp filefiller /usr/bin/filefiller + +clean: + rm filefiller