aboutsummaryrefslogtreecommitdiffstats
path: root/src/fids/Makefile
blob: 901cbb4704846d70ff5f616c346d303fa5734d09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.SUFFIXES:
ROOT = ../..
-include $(ROOT)/config.mk

PROG = fids
TARGET = $(PROG)

MOD_HDRS = ../include/common.h

include $(ROOT)/src/prog.mk