M7350/kernel/Documentation/arm/SH-Mobile/Makefile

9 lines
77 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
BIN := vrl4
.PHONY: all
all: $(BIN)
.PHONY: clean
clean:
rm -f *.o $(BIN)