mirror of
https://github.com/simple64/simple64.git
synced 2026-07-28 09:24:12 +02:00
7 lines
87 B
Makefile
7 lines
87 B
Makefile
RSP_TEST = main
|
|
|
|
PROGRAM = $(RSP_TEST)
|
|
MIPS_OBJ = $(RSP_TEST).o
|
|
|
|
include Makefile.mips
|