1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-12-26 12:16:13 +00:00

Remove -j from makefile

This commit is contained in:
cathery 2020-02-20 03:26:15 +03:00
parent 05d62f943c
commit 55b5d76090

View File

@ -6,10 +6,10 @@ TOPTARGETS := all clean
all: $(COMPONENTS)
AppletCompanion:
$(MAKE) -C $@ -j$(nproc)
$(MAKE) -C $@
Sysmodule:
$(MAKE) -C $@ -j$(nproc)
$(MAKE) -C $@
clean:
$(MAKE) -C AppletCompanion clean