aboutsummaryrefslogtreecommitdiffstats
path: root/src/fldd/Makefile
blob: 18e215be6b506b7daffd8703932ceee437e27b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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/common.mk