Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/support/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/support/Makefile')
-rw-r--r--lib/support/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/support/Makefile b/lib/support/Makefile
deleted file mode 100644
index 56a5568..0000000
--- a/lib/support/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Makefile para instalar todas las dependencias de lua y bobot
-
-all: dependency
- @echo bobot listo para usar en XO !
-
-dependency:
- $(MAKE) -C ../serialcomm/lua_bindings
- $(MAKE) -C ../lualibusb
- $(MAKE) -C ../libs/lua-5.1.4 linux
- $(MAKE) -C ../libs/luasocket
-
-clean:
- @rm -f *~ *.o drivers/*~
- $(MAKE) -C ../serialcomm/lua_bindings clean
- $(MAKE) -C ../lualibusb clean
- $(MAKE) -C ../libs/lua-5.1.4 clean
- $(MAKE) -C ../libs/luasocket clean