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