mirror of
https://github.com/yarrick/iodine.git
synced 2025-01-05 10:13:35 +02:00
Make test target more quiet
This commit is contained in:
parent
3e52c974bc
commit
5733c68988
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ all:
|
|||
@(cd src; make all)
|
||||
|
||||
test: all
|
||||
(cd tests; make all)
|
||||
@(cd tests; make all)
|
||||
|
||||
clean:
|
||||
@echo "Cleaning..."
|
||||
|
|
Loading…
Reference in a new issue