oleavr-rgl-a500-mini-linux-.../Documentation/arm/SH-Mobile/Makefile

9 lines
77 B
Makefile
Raw Normal View History

2022-05-07 01:01:45 +02:00
BIN := vrl4
.PHONY: all
all: $(BIN)
.PHONY: clean
clean:
rm -f *.o $(BIN)