Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / utilities / manual_control / manualControlServer / Makefile @ 13

History | View | Annotate | Download (216 Bytes)

1 13 emarinel
# manualControlServer makefile
2
3
all: manualControlServer
4
5
manualControlServer: manualControlServer.c
6
	gcc -I ../../wireless manualControlServer.c -o manualControlServer
7
8
clean:
9
	rm -rf *o manualControlServer