diff --git a/Makefile b/Makefile index e99f8f2..9d4ed85 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ uninstall: $(RM) $(PREFIX)$(PACKAGE) clean: - $(RM) -r $(BIN) + $(RM) $(BIN) $(RM) -r build distclean: clean diff --git a/yait b/yait deleted file mode 100755 index 27108a6..0000000 Binary files a/yait and /dev/null differ