brintos

brintos / linux-shallow public Read only

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