Skip to content
Snippets Groups Projects
Commit 4f460d14 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed Makefile

It was giving errors with -j
parent 71635113
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
.PHONY: all clean lib
# by default we compile the lib directory, which in turn requests all the needeed modules
all: lib lib-static
all: lib
lib:
$(MAKE) -C lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment