aboutsummaryrefslogtreecommitdiffstats
path: root/src/profstats/Makefile
blob: b4cb1a6f77d382ea78c9b6c55dc85dd3135e209d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.SUFFIXES:
ROOT = ../..
-include $(ROOT)/config.mk

PROG = profstats
TARGET = $(PROG)

MOD_HDRS = ../include/common.h

include $(ROOT)/src/prog.mk