mirror of
https://github.com/plctlab/riscv-operating-system-mooc.git
synced 2025-12-26 01:08:04 +00:00
7 lines
69 B
Makefile
7 lines
69 B
Makefile
EXEC = test
|
|
|
|
SRC = ${EXEC}.s
|
|
|
|
GDBINIT = ./gdbinit
|
|
|
|
include ../rule.mk |