Commit 5bd5ba9b authored by Alessandro Rubini's avatar Alessandro Rubini

Makefile: run clean in ./sdb-lib/ as well

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 04d2a95e
DIRS = kernel tools
all clean modules install modules_install:
all modules install modules_install:
for d in $(DIRS); do $(MAKE) -C $$d $@ || exit 1; done
clean:
for d in $(DIRS) sdb-lib; do $(MAKE) -C $$d $@ || exit 1; done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment