diff options
| author | Julian Blake Kongslie | 2022-06-26 21:48:45 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-26 22:06:21 -0700 |
| commit | e7c2eeb6c82d5341019cbb00cfefc55c8a27f232 (patch) | |
| tree | d8293bce0cb5323133f849390e60419c16636b18 /fib/fib.d | |
| parent | Significant changes, and a working "ISA" that just computes fib(n). (diff) | |
| download | issim-e7c2eeb6c82d5341019cbb00cfefc55c8a27f232.tar.xz | |
Move a bunch of code from headers to separate compilation units.
Diffstat (limited to '')
| -rw-r--r-- | fib/fib.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fib/fib.d b/fib/fib.d new file mode 100644 index 0000000..a6d18cc --- /dev/null +++ b/fib/fib.d | |||
| @@ -0,0 +1 @@ | |||
| fib_SODEPS += build/libaisa.so | |||
