git.haskell.org
/
nofib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Have cryptarithm2 use transformers, fixes AMP errors.
[nofib.git]
/
fibon
/
Repa
/
Makefile
1
TOP
=
..
/
..
2
include
$(
TOP
)/
mk
/
boilerplate.mk
3
4
SSUBDIRS
=
Blur Canny FFTHighPass2d FFT3d Laplace MMult Sobel Volume
5
6
SUBDIRS
= $(
filter-out
$(
NOT_THESE
), $(
SSUBDIRS
))
7
8
include
$(
TOP
)/
mk
/
target.mk
9