diff options
| author | sanine <sanine.not@pm.me> | 2025-10-24 12:07:38 -0500 | 
|---|---|---|
| committer | sanine <sanine.not@pm.me> | 2025-10-24 12:07:38 -0500 | 
| commit | 50793e214c05ff77636addb319ccf0de864713e4 (patch) | |
| tree | 21e6642ded86528b54fc530f9a5ec337a5900dcb /Makefile | |
| parent | 6547ddfe210f06ab584a6781a06b9c844b6eaf7c (diff) | |
implement xorshift
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..501de03 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +test: +	gcc -o lichen-test lichen.c lichen.test.c -Wall -Wextra -Wpedantic -Werror | 
