mirror of
https://github.com/yarrick/iodine.git
synced 2025-02-16 21:03:32 +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)
|
@(cd src; make all)
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
(cd tests; make all)
|
@(cd tests; make all)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo "Cleaning..."
|
@echo "Cleaning..."
|
||||||
|
|
Loading…
Reference in a new issue