From b1cf9e5dfbc8967bd7cb2a22ec1e5e521f4e0e6e Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Wed, 31 Jul 2024 13:36:53 -0400 Subject: add clock --- euler/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'euler/makefile') diff --git a/euler/makefile b/euler/makefile index 62716f6..7574dea 100644 --- a/euler/makefile +++ b/euler/makefile @@ -1,6 +1,6 @@ LIBC_SOURCES = \ entry.cpp std/string.cpp std/cstring.cpp syscall.cpp std/cstdlib.cpp \ - heap.cpp syscall.asm std/cctype.cpp std/cstdio.cpp stream.cpp + heap.cpp syscall.asm std/cctype.cpp std/cstdio.cpp stream.cpp std/ctime.cpp clean: rm -rf build -- cgit v1.2.3