git://git.onelab.eu
/
mom.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove slice email notification. (commented. will remove notification code after...
[mom.git]
/
Makefile
1
#
2
# pl_mom suite of node monitors
3
#
4
# Mark Huang <mlhuang@cs.princeton.edu>
5
# Copyright (C) 2006 The Trustees of Princeton University
6
#
7
# $Id$
8
#
9
10
ALL := leak
11
12
CC := gcc
13
CFLAGS := -Wall -O2
14
15
all: $(ALL)
16
17
clean:
18
rm -f $(ALL)
19
20
.PHONY: all clean