X-Git-Url: https://git.hcoop.net/clinton/Smoothieware.git/blobdiff_plain/0833955d9b1dc474c1657080760aad52504d57eb..cbac411c9ffefbfa80828aa931ee26b57021be1a:/makefile diff --git a/makefile b/makefile index f1bfe4e7..9a10c929 100644 --- a/makefile +++ b/makefile @@ -4,12 +4,6 @@ DIRS = mbed src DIRSCLEAN = $(addsuffix .clean,$(DIRS)) all: -ifneq "$(OS)" "Windows_NT" - @./generate-version.sh -else - @xcopy /C /I /Y src/version.cpp.placeholder src/version.cpp -endif - @echo Building mbed SDK @ $(MAKE) -C mbed @echo Building Smoothie @ $(MAKE) -C src