aboutsummaryrefslogtreecommitdiffstats
path: root/src/fldd/Makefile
blob: 35ce019a752a9dbe9ef57afe85f2dd27c0dce26a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.SUFFIXES:
MAKEFLAGS += -r

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