8 lines
76 B
Makefile
8 lines
76 B
Makefile
PROJECT = vecaddx
|
|
|
|
VX_SRCS = kernel.cpp
|
|
|
|
OPTS ?= -n64
|
|
|
|
include ../common.mk
|