.SUFFIXES:
ROOT = ../..
-include $(ROOT)/config.mk

MOD_DIR = src/ftee
PROG = ftee
TARGET = $(PROG)

include $(ROOT)/src/prog.mk
