]> git.cworth.org Git - fips/blob - test/Makefile
Add explicit link to libpthread, to work around debugging issues
[fips] / test / Makefile
1 # See Makefile.local for the actual compilation rules for this directory.
2
3 # Prefer to build "test" target by default, (which depends on
4 # top-level all), so that when running "make" from the test directory
5 # the test programs will actually by compiled.
6
7 all:
8         $(MAKE) -C .. all
9
10 .DEFAULT:
11         $(MAKE) -C .. $@