brintos

brintos / linux-shallow public Read only

0
0
Text · 160 B · 11def1a Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.02CC := $(CROSS_COMPILE)gcc3CFLAGS := -I../../usr/include4 5PROGS := getdelays procacct6 7all: $(PROGS)8 9clean:10	rm -fr $(PROGS)11