We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaad63 commit d832ef3Copy full SHA for d832ef3
Makefile
@@ -1,7 +1,7 @@
1
libassist:
2
$(MAKE) -C src
3
@ln -f -s src/libassist.so .
4
- @if [ "$(MAKELEVEL)" -eq "0" ]; then echo "To compile the example problems, go to a subdirectory of examples/ and execute make there."; fi
+ @if [ "$(MAKELEVEL)" -eq "0" ]; then echo "To run tests, run 'make test' or go to a subdirectory of examples/ and execute make there."; fi
5
6
all: libassist
7
0 commit comments