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

PROG = fsec-optimize
TARGET = $(PROG)

MOD_HDRS = ../include/common.h ../include/seccomp.h ../include/syscall.h
MOD_OBJS = ../lib/common.o ../lib/errno.o

include $(ROOT)/src/common.mk