diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2018-03-13 13:38:31 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2018-03-13 15:43:13 +0100 |
commit | 81096e5b6a268003454338240164935c7bcd95d3 (patch) | |
tree | a07c6b6661faa40636d47353ad106ccb975271ef /Makefile.am | |
parent | libs: build cleanup, remove pykeymgr (diff) | |
download | knot-81096e5b6a268003454338240164935c7bcd95d3.tar.xz knot-81096e5b6a268003454338240164935c7bcd95d3.zip |
tests: another build cleanup
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 823176eee..2789b14b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,6 @@ singlehtml install-singlehtml: .PHONY: check-compile check-compile: - $(MAKE) $(AM_MAKEFLAGS) -C tests/_libtap $@ $(MAKE) $(AM_MAKEFLAGS) -C tests $@ $(MAKE) $(AM_MAKEFLAGS) -C tests-fuzz $@ |