Merge pull request #1342 from wolfmanjm/query-for-http
[clinton/Smoothieware.git] / makefile
index 4b36f0f..9a10c92 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,10 +4,6 @@ DIRS = mbed src
 DIRSCLEAN = $(addsuffix .clean,$(DIRS))
 
 all:
-ifneq "$(OS)" "Windows_NT"
-       @generate-version.sh
-endif
-       @echo Building mbed SDK
        @ $(MAKE) -C mbed
        @echo Building Smoothie
        @ $(MAKE) -C src