Current File : //proc/self/root/proc/self/root/usr/src/linux-headers-6.14.0-1012-aws/tools/accounting/Makefile
# SPDX-License-Identifier: GPL-2.0
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include

PROGS := getdelays procacct

all: $(PROGS)

clean:
	rm -fr $(PROGS)