Hardware Design: SIE
Sign in or create your account
|
Project List
|
Help
Project Home
Downloads
Documentation
Issues
Source
Code Review
Source Tree
|
Change Log
|
How To Get The Code
Hardware Design: SIE Git Source Tree
Root
/
lua
/
examples
/
Makefile
1
DIRS = lua_blink_led lua_calls_C1 lua_calls_C2 lua_calls_C3 lua_calls_C5
2
all:
3
for n in $(DIRS); do $(MAKE) -C $$n || exit 1; done
4
5
upload:
6
for n in $(DIRS); do $(MAKE) -C $$n upload || exit 1; done
7
8
clean:
9
for n in $(DIRS); do $(MAKE) -C $$n clean || exit 1; done
10
11
Download this file
Branches:
master
Main page
Current events
Mailing lists
Planet
Projects server
interactive
About Qi
Recent changes
Contact Qi
Help