Current File : //proc/353637/cwd/usr/src/linux-aws-headers-6.8.0-1029/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)