X-Git-Url: http://git.hcoop.net/clinton/Smoothieware.git/blobdiff_plain/74717fc2edcde3bfb9f1c09f943339d8fa221614..1af84f6d7f188f1cae1667c390b05d4f03ddcc96:/makefile diff --git a/makefile b/makefile index 3344dc49..9a10c929 100644 --- a/makefile +++ b/makefile @@ -3,14 +3,13 @@ DIRS = mbed src DIRSCLEAN = $(addsuffix .clean,$(DIRS)) -all: $(DIRS) +all: + @ $(MAKE) -C mbed + @echo Building Smoothie + @ $(MAKE) -C src clean: $(DIRSCLEAN) -$(DIRS): - @echo Building $@ - @ $(MAKE) -C $@ - $(DIRSCLEAN): %.clean: @echo Cleaning $* @ $(MAKE) -C $* clean