minor updates

This commit is contained in:
Blaise Tine
2023-12-30 00:52:44 -08:00
parent 7425446b15
commit 031d24e695
65 changed files with 5705 additions and 18904 deletions

View File

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