# # pl_mom suite of node monitors # # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # # $Id$ # ALL := leak CC := gcc CFLAGS := -Wall -O2 all: $(ALL) clean: rm -f $(ALL) .PHONY: all clean