mirror of
https://github.com/simple64/simple64.git
synced 2026-07-27 08:54:08 +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
|