minor update

This commit is contained in:
Blaise Tine
2023-11-27 02:12:12 -08:00
parent ebec982434
commit 1271c9c03f
4 changed files with 10 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
PROJECT = sgemm2
SRCS = main.cc
OPTS ?= -n32
include ../common.mk