riscv64-emulator/Makefile
2023-02-04 03:14:05 -06:00

4 lines
68 B
Makefile

CC := riscv64-unknown-linux-gnu-gcc
main.o: main.c
$(CC) -o $@ $<