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