ckfwq/linux-3.0.4/Documentation/arm/SH-Mobile/Makefile

9 lines
77 B
Makefile
Raw Permalink Normal View History

2024-12-30 10:53:50 +08:00
BIN := vrl4
.PHONY: all
all: $(BIN)
.PHONY: clean
clean:
rm -f *.o $(BIN)