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