Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-10-23 10:43:07 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-10-23 10:43:07 (GMT)
commit894bdfc270d96495d165b12533309bfb3f7d5f09 (patch)
treec58411a9b29237e207f8ad2163aca4d77b73cf73
parent3899a65add294908df01b96cdb2c042e58227cec (diff)
remove old 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