Skip to content

Commit

Permalink
mersenne-twister is in babey. lesgo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholatian committed Oct 27, 2020
1 parent d8d1ec4 commit 9769876
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"${workspaceFolder}/himem/src",
"${workspaceFolder}/log/include",
"${workspaceFolder}/log/src",
"${workspaceFolder}/mt19937/include",
"${workspaceFolder}/mt19937/src",
"${workspaceFolder}/str/include",
"${workspaceFolder}/str/src",
"${workspaceFolder}/table/include",
Expand Down
2 changes: 1 addition & 1 deletion table/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AFILE := 1
# space-separated path list for #includes
# <system> includes
INCLUDES := include ../decl/include ../err/include ../himem/include \
../log/include
../log/include ../mt19937/include
# "local" includes
INCLUDEL := src

Expand Down
1 change: 1 addition & 0 deletions table/etc/DEPENDS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ github.com/aquefir/unilib/decl
github.com/aquefir/unilib/err
github.com/aquefir/unilib/himem
github.com/aquefir/unilib/log
github.com/aquefir/unilib/mt19937

0 comments on commit 9769876

Please sign in to comment.