8 lines
72 B
Makefile
8 lines
72 B
Makefile
PROJECT = sharedmem
|
|
|
|
SRCS = main.cc
|
|
|
|
OPTS ?= -n64
|
|
|
|
include ../common.mk
|