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

PROG = fsec-optimize
TARGET = $(PROG)

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

include $(ROOT)/src/prog.mk