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

MOD = fcopy
MOD_DIR = $(ROOT)/src/$(MOD)
PROG = $(MOD_DIR)/$(MOD)
TARGET = $(PROG)

EXTRA_HDRS = ../include/common.h ../include/syscall.h
EXTRA_OBJS = ../lib/common.o

include $(ROOT)/src/prog.mk