aboutsummaryrefslogtreecommitdiffstats
path: root/src/fsec-optimize/Makefile
blob: ce65f471914a5690fde0108695757a304ce6b4ed (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/prog.mk