mirror of
https://github.com/cathery/sys-con.git
synced 2025-01-14 00:41:35 +00:00
Remove -j from makefile
This commit is contained in:
parent
05d62f943c
commit
55b5d76090
@ -6,10 +6,10 @@ TOPTARGETS := all clean
|
|||||||
all: $(COMPONENTS)
|
all: $(COMPONENTS)
|
||||||
|
|
||||||
AppletCompanion:
|
AppletCompanion:
|
||||||
$(MAKE) -C $@ -j$(nproc)
|
$(MAKE) -C $@
|
||||||
|
|
||||||
Sysmodule:
|
Sysmodule:
|
||||||
$(MAKE) -C $@ -j$(nproc)
|
$(MAKE) -C $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C AppletCompanion clean
|
$(MAKE) -C AppletCompanion clean
|
||||||
|
Loading…
Reference in New Issue
Block a user