From 30998b6b55b5b8da47227169fb2dc271334beda3 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 15 Jun 2020 20:30:11 -0700 Subject: [PATCH] Parallel build --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index cb59aa2..f18bf69 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +MAKEFLAGS := -j --output-sync=target + CFLAGS=--std=c11 -O2 -Wall -Wextra -pedantic LDLIBS=-lncurses -lcurl