5 lines
108 B
Makefile
5 lines
108 B
Makefile
# The number of jobs to run concurrently
|
|
makeflags = -j8
|
|
# Set this to 32 for 32-bit systems
|
|
ABI = 64
|