commit 5f8048ab7e609ab2283a4a1e9a4e74276ec1f547 from: Benjamin Stürz date: Sun Feb 18 10:59:10 2024 UTC fix Makefile commit - 042cde33299630b5ae1975a10b9207805e80c71b commit + 5f8048ab7e609ab2283a4a1e9a4e74276ec1f547 blob - 3b928603eeb236751aa7330bac45315c53fb97d8 blob + c683707ec93490fb754776ec570d1ce24be25248 --- Makefile +++ Makefile @@ -11,7 +11,7 @@ PROGS = test.elf hello.elf all: rvemu ${PROGS} clean: - rm -f rvemu *.o test.elf *.core + rm -f rvemu *.o *.elf *.core run: rvemu test.elf ./rvemu test.elf