1
0
mirror of https://github.com/yarrick/iodine.git synced 2025-02-19 22:03:16 +03:00

Make test target more quiet

This commit is contained in:
Erik Ekman 2007-01-30 22:16:49 +00:00
parent 3e52c974bc
commit 5733c68988

View File

@ -3,7 +3,7 @@ all:
@(cd src; make all)
test: all
(cd tests; make all)
@(cd tests; make all)
clean:
@echo "Cleaning..."