Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / server / manual_control / manualControlServer / Makefile @ 1390

History | View | Annotate | Download (217 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 1390 chihsiuh
	rm -rf *o manualControlServer