Skip to content
Snippets Groups Projects
Commit eda1bb53 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Remove line breaks in make check.

make prints what it sees verbatim, linebreaks, backslashes, and all.
This kind of breaks logging output.
parent ccbc2c0e
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,7 @@ install: all
install -Dt ${DESTDIR}/usr/lib/ libguile-gumbo.so
check: all
env GUILE_LOAD_PATH=$$PWD \
GUILE_LOAD_COMPILED_PATH=$$PWD/ccache \
guile -s tests.scm
env GUILE_LOAD_PATH=$$PWD GUILE_LOAD_COMPILED_PATH=$$PWD/ccache guile -s tests.scm
clean:
-rm *.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment