Begin vendoring of unix for gettimeofday

This commit is contained in:
John Whitington
2020-05-18 18:30:54 +01:00
parent 35e91e78db
commit daecb43674
2 changed files with 28 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ MODS = tjutil tjutf16 tjllist tjparserMonad tjjson \
xmlm \
cpdfwriteJSON cpdfstrftime cpdfcoord cpdf cpdfcommand
SOURCES = $(foreach x,$(MODS),$(x).ml $(x).mli) cpdfcommandrun.ml
SOURCES = gettimeofday.c $(foreach x,$(MODS),$(x).ml $(x).mli) cpdfcommandrun.ml
RESULT = cpdf
ANNOTATE = true