Skip to content

Commit 0ca29dd

Browse files
committed
Unleash the power of GNU Make.
Signed-off-by: Artyom Gevorgyan <artemhevorgian@gmail.com>
1 parent 575eeac commit 0ca29dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ echo "Successfully configured. Building now..."
2121
# are present already.
2222
awk -F '=' -i inplace '{ if ($1 == "GIO_LIBS") { print $0 " -luuid -lblkid" } else { print $0 } }' config-host.mak
2323

24-
# make -j4
24+
make -j4

0 commit comments

Comments
 (0)