Browse Source

Disable Carla build, instead print warning to use stable branch

tags/1.9.4
falkTX 11 years ago
parent
commit
00fcb36d19
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      Makefile

+ 7
- 1
Makefile View File

@@ -19,7 +19,13 @@ PYRCC ?= pyrcc4 -py3

# --------------------------------------------------------------

all: CXX RES UI WIDGETS
all: WARN
# CXX RES UI WIDGETS

WARN:
@echo "This is the development branch of carla, DO NOT USE IT."
@echo "Please switch to the stable branch by using:"
@echo "git checkout 1.0.x"

# --------------------------------------------------------------
# C++ code


Loading…
Cancel
Save