10 lines
189 B
Makefile
Raw Normal View History

2022-04-02 18:24:21 +05:00
# SPDX-License-Identifier: GPL-2.0
2022-09-09 14:21:57 +05:00
# Makefile for SafeSetID selftest.
2022-04-02 18:24:21 +05:00
CFLAGS = -Wall -O2
LDLIBS = -lcap
TEST_PROGS := safesetid-test.sh
TEST_GEN_FILES := safesetid-test
include ../lib.mk