Project

General

Profile

Statistics
| Revision:

root / demos / hunter_prey / Makefile @ 1828

History | View | Annotate | Download (177 Bytes)

1
all:
2
	make all -C src
3

    
4
program:
5
	make program -C src
6

    
7
clean:
8
	make clean -C src
9
	make clean -C lib/src/libdragonfly
10
	make clean -C lib/src/libwireless
11

    
12
.PHONY: all program clean