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