Project

General

Profile

Statistics
| Revision:

root / branches / analog / code / projects / colonet / server / manual_control / manualControlServer / Makefile @ 1390

History | View | Annotate | Download (217 Bytes)

1
# 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