aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/ftee/Makefile')
-rw-r--r--src/ftee/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ftee/Makefile b/src/ftee/Makefile
index 1b1cdec43..f4d95de4a 100644
--- a/src/ftee/Makefile
+++ b/src/ftee/Makefile
@@ -2,8 +2,9 @@
2ROOT = ../.. 2ROOT = ../..
3-include $(ROOT)/config.mk 3-include $(ROOT)/config.mk
4 4
5MOD_DIR = src/ftee 5MOD = ftee
6PROG = ftee 6MOD_DIR = $(ROOT)/src/$(MOD)
7PROG = $(MOD_DIR)/$(MOD)
7TARGET = $(PROG) 8TARGET = $(PROG)
8 9
9include $(ROOT)/src/prog.mk 10include $(ROOT)/src/prog.mk