aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftee/Makefile
blob: 8b4e7fdf4dc47603762ee302aba7a476239bd7ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.SUFFIXES:
MAKEFLAGS += -r

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

PROG = ftee
TARGET = $(PROG)

include $(ROOT)/src/prog.mk