From: Stephen Seo Date: Fri, 28 Jun 2024 10:35:06 +0000 (+0900) Subject: Fix cosmopolitan/Makefile missing files X-Git-Tag: 1.0~99 X-Git-Url: https://git.seodisparate.com/stephenseo/static/gitweb.js?a=commitdiff_plain;h=0a2aef0fd11086b8d5305c1a9d91ceb2a5e0790c;p=SimpleArchiver Fix cosmopolitan/Makefile missing files --- diff --git a/cosmopolitan/Makefile b/cosmopolitan/Makefile index a9dfc20..70299cb 100644 --- a/cosmopolitan/Makefile +++ b/cosmopolitan/Makefile @@ -6,11 +6,13 @@ OUTDIR = out SOURCES = \ ../src/main.c \ ../src/parser.c \ + ../src/algorithms/linear_congruential_gen.c \ ../src/data_structures/linked_list.c \ ../src/data_structures/hash_map.c HEADERS = \ ../src/parser.h \ + ../src/algorithms/linear_congruential_gen.h \ ../src/data_structures/linked_list.h \ ../src/data_structures/hash_map.h