Files
linux-apfs/tools/accounting/Makefile
T

10 lines
116 B
Makefile
Raw Normal View History

CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include
PROGS := getdelays
all: $(PROGS)
clean:
rm -fr $(PROGS)