1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-21 23:58:07 +00:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
philsmd 2015-12-06 16:12:25 +01:00
commit 3f79ac5964

View File

@ -4,16 +4,17 @@
##
##
## Detect host OS
## Detect number of processors
##
NPROCS := $(shell grep -c ^processor /proc/cpuinfo)
OS := $(shell uname)
##
## Makefile flags
##
MAKEFLAGS += -l -j -rR --no-print-directory
MAKEFLAGS += -l -j $(NPROCS) -rR --no-print-directory
ifneq ($(findstring clean,$(MAKECMDGOALS)),)
MAKEFLAGS += -j 1