cleanup unnecessary subdir phony

This commit is contained in:
Franz Hsieh 2017-10-02 16:30:22 -04:00
parent e8348578ef
commit 5fc14290a0

View file

@ -82,9 +82,6 @@ test3:
coverage html
@echo Full coverage report in htmlcov/index.html
subdirs:
for d in $(SUBDIRS); do make -C $$d; [ $$? = 0 ] || exit 1; done
test-tarball:
@rm -rf .koji-$(VERSION)
@mkdir .koji-$(VERSION)