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