aboutsummaryrefslogtreecommitdiffstats
path: root/src/profstats
diff options
context:
space:
mode:
Diffstat (limited to 'src/profstats')
-rw-r--r--src/profstats/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/profstats/Makefile b/src/profstats/Makefile
index ef1e07cff..15198d1d2 100644
--- a/src/profstats/Makefile
+++ b/src/profstats/Makefile
@@ -1,12 +1,14 @@
1ROOT = ../.. 1ROOT = ../..
2-include $(ROOT)/config.mk 2-include $(ROOT)/config.mk
3 3
4MOD_HDRS = ../include/common.h
5
4.PHONY: all 6.PHONY: all
5all: profstats 7all: profstats
6 8
7include $(ROOT)/src/common.mk 9include $(ROOT)/src/common.mk
8 10
9%.o : %.c $(HDRS) ../include/common.h $(ROOT)/config.mk 11%.o : %.c $(HDRS) $(ROOT)/config.mk
10 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@ 12 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@
11 13
12profstats: $(OBJS) $(ROOT)/config.mk 14profstats: $(OBJS) $(ROOT)/config.mk