8 lines
69 B
Makefile
8 lines
69 B
Makefile
PROJECT = matmul
|
|
|
|
SRCS = main.cc
|
|
|
|
OPTS ?= -n32
|
|
|
|
include ../common.mk
|