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

Fixed Makefile

It is now possible to use "make lib" also in root directory
parent e6c2a6b8
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,14 @@ SUBDIRS = $(SRCDIRS) user-doc developer-doc regtest
SUBDIRSCLEAN=$(addsuffix .clean,$(SUBDIRS))
.PHONY: all clean $(SRCDIRS) doc docclean check
.PHONY: all lib clean $(SRCDIRS) doc docclean check
# if machine dependent configuration has been found:
ifdef GCCDEP
all: $(SRCDIRS)
lib:
$(MAKE) -C src
$(SRCDIRS):
$(MAKE) -C $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment