Use 4 threads in makepkg

This commit is contained in:
Riyyi
2020-08-31 21:30:19 +02:00
parent b8ed9e270b
commit df91fb6212
+4
View File
@@ -0,0 +1,4 @@
#!/hint/bash
# Make Flags: use 4 threads
MAKEFLAGS="-j4"