cleanup unnecessary subdir phony
This commit is contained in:
parent
e8348578ef
commit
5fc14290a0
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue