9 lines
92 B
Makefile
9 lines
92 B
Makefile
PROJECT = vecaddx
|
|
|
|
SRCS = main.cpp
|
|
|
|
VX_SRCS = kernel.cpp
|
|
|
|
OPTS ?= -n64
|
|
|
|
include ../common.mk |