# # pl_mom suite of node monitors # # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # # $Id: Makefile,v 1.3.4.2 2006/08/24 20:16:14 mlhuang Exp $ # ALL := leak CC := gcc CFLAGS := -Wall -O2 all: $(ALL) clean: rm -f $(ALL) .PHONY: all clean