Skip to content

Commit 9cecec8

Browse files
committed
Makefile: Fix double echoing on rule
1 parent c35425f commit 9cecec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# just an alias for build really...
3131
all: build
32-
echo "Build complete, use 'make test' to run tests."
32+
@echo "Build complete, use 'make test' to run tests."
3333

3434
# install, currently not implemented
3535
DESTDIR =

0 commit comments

Comments
 (0)