diff --git a/Makefile b/Makefile index a351e93..dcda37c 100644 --- a/Makefile +++ b/Makefile @@ -34,5 +34,5 @@ install: $(targets) $(targets): $(fortune_directory)/%: % install -pm644 $< $@ -clean: +uninstall: $(RM) $(wildcard $(targets))