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