linux/Documentation/arm/SH-Mobile/Makefile

9 lines
77 B
Makefile

BIN := vrl4
.PHONY: all
all: $(BIN)
.PHONY: clean
clean:
rm -f *.o $(BIN)