10 lines
99 B
Makefile
10 lines
99 B
Makefile
PROJECT = idle
|
|
|
|
SRCS = main.cpp common.h
|
|
|
|
VX_SRCS = kernel.cpp
|
|
|
|
OPTS ?= -n16
|
|
|
|
include ../common.mk
|