diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index cdd3415..b9eb4ea 100644 --- a/Makefile +++ b/Makefile @@ -122,3 +122,5 @@ lib%.so: .PHONY: it all clean distclean tgz strip install install-dynlib install-bin install-sbin install-lib install-include .DELETE_ON_ERROR: + +.NOTPARALLEL: |