Fix cosmopolitan/Makefile missing files
This commit is contained in:
parent
aa2a1bf583
commit
0a2aef0fd1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue