bt and K1999 are no more built under Linux from now on (educational robots)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1433 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 6b9d9fa7f524b00a14ec788448246c2bf4f74772 Former-commit-id: c13f2a14f60077b5a6d1ee88f6f265dab28177b9
This commit is contained in:
parent
4373647da9
commit
ab81aeb9ee
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@
|
|||
#
|
||||
##############################################################################
|
||||
|
||||
SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
|
||||
# Uncomment to build just every present robot
|
||||
#SUBDIRS = $(shell find * -maxdepth 0 -type d -print)
|
||||
|
||||
# Build just every present robot but educational "bt" and "K1999"
|
||||
SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v K1999 | grep -v bt)
|
||||
|
||||
SHIPSUBDIRS = $(SUBDIRS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue