1
0
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:
cathery 2020-02-20 03:26:15 +03:00
parent 05d62f943c
commit 55b5d76090

View File

@ -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