mirror of
https://github.com/plctlab/riscv-operating-system-mooc.git
synced 2025-11-16 12:34:47 +00:00
7 lines
69 B
Makefile
7 lines
69 B
Makefile
EXEC = test
|
|
|
|
SRC = $(EXEC).s
|
|
|
|
GDBINIT = ./gdbinit
|
|
|
|
include ../rule.mk |