X-Git-Url: https://git.hcoop.net/clinton/Smoothieware.git/blobdiff_plain/80287083cdf13670b83a6742fa0eed2a09204e17..24da5ce45c842696aecf9265133cd2bee6ddfe9a:/makefile diff --git a/makefile b/makefile index 10dabca9..9a10c929 100644 --- 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