all: clean makeMeta websync makeMeta: repodata/repomd.xml repodata/repomd.xml: *.rpm (mv -f *-debuginfo-*.*.x86_64.rpm debug/ \ || /bin/true ) >/dev/null 2>&1 createrepo . clean: find . -name \*~ -print -delete find -L . -type l -print -delete distclean: clean rm -f -v repodata/*