4 lines
68 B
Makefile
4 lines
68 B
Makefile
CC := riscv64-unknown-linux-gnu-gcc
|
|
|
|
main.o: main.c
|
|
$(CC) -o $@ $<
|