Files
Debian-9-Kernel/tools/accounting/Makefile
T

10 lines
116 B
Makefile
Raw Normal View History

2023-05-02 09:58:35 +02:00
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include
PROGS := getdelays
all: $(PROGS)
clean:
rm -fr $(PROGS)