blob: 4eb7abed885697f72d69e4f9d1380d8db3a1be0f [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0+
# Makefile.am
AUTOMAKE_OPTIONS = foreign
if OS_LINUX
noinst_PROGRAMS = stress
stress_CFLAGS = -Wall -I$(top_srcdir)/include
stress_SOURCES = stress.c
endif