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

PROG = fldd
TARGET = $(PROG)

MOD_HDRS = ../include/common.h ../include/syscall.h ../include/ldd_utils.h
MOD_OBJS = ../lib/common.o ../lib/ldd_utils.o

include $(ROOT)/src/prog.mk