coreboot-kgpe-d16/util/crossgcc/Makefile

10 lines
77 B
Makefile

all: build
build:
./buildgcc
clean:
rm -rf xgcc
.PHONY: all build clean