OW2 Consortium contrail

Rev

Rev 2433 | Rev 3239 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1527 sandre 1
#
2
# Makefile
3
# --------
4
#    Build Contrail branches
5
#
6
#
7
# Usage
8
# -----
9
#    To include your branch in the Continuous integration process, you should
10
#    create a new target in this file and add its name to the prerequisites
11
#    list of the target "all".
12
#
13
#    Don't forget to restore this file when you're done with your branch.
14
#
15
#
16
 
17
SHELL = /bin/bash
18
 
19
.SUFFIXES:
20
.POSIX:
1531 sandre 21
.PHONY: $(wildcard *)
1527 sandre 22
 
23
 
24
 
2435 sandre 25
all:
1527 sandre 26