aboutsummaryrefslogtreecommitdiffstats
path: root/src/profstats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/profstats/Makefile')
-rw-r--r--src/profstats/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profstats/Makefile b/src/profstats/Makefile
index b4cb1a6f7..ae88bf2fd 100644
--- a/src/profstats/Makefile
+++ b/src/profstats/Makefile
@@ -5,6 +5,6 @@ ROOT = ../..
5PROG = profstats 5PROG = profstats
6TARGET = $(PROG) 6TARGET = $(PROG)
7 7
8MOD_HDRS = ../include/common.h 8EXTRA_HDRS = ../include/common.h
9 9
10include $(ROOT)/src/prog.mk 10include $(ROOT)/src/prog.mk