removed broken 'buildserver' target from Makefile
authorNiklas Cathor <nilclass@riseup.net>
Thu, 11 Jul 2013 16:07:07 +0000 (18:07 +0200)
committerNiklas Cathor <nilclass@riseup.net>
Wed, 17 Jul 2013 12:42:06 +0000 (14:42 +0200)
Makefile

index 438dc9b..a1af686 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,13 +16,9 @@ help:
        @echo "help           - display this text"
        @echo "build          - build remotestorage.js"
        @echo "minify         - minify remotestorage.js -> remotestorage.min.js"
-       @echo "buildserver    - build regular, minified and AMD targets"
-       @echo "build-all      - download complete build from build server"
+       @echo "build-all      - build regular, minified and AMD targets"
        @echo "compile-assets - compile $(ASSETS_DIR)/* into $(ASSETS_OUT)"
 
-buildserver:
-       cd build/ && node server.js
-
 build-all: build build-amd minify
 
 minify: