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

PROG = ftee
TARGET = $(PROG)

include $(ROOT)/src/prog.mk