From ee80f814e924d7e84e02b290f5f8796d6c4b05be Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 30 May 2024 22:45:00 +0000 Subject: driver: implemented and integrated the -t (preserve atime) command-line option. --- project/common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'project/common.mk') diff --git a/project/common.mk b/project/common.mk index c934519..26e171c 100644 --- a/project/common.mk +++ b/project/common.mk @@ -17,6 +17,7 @@ API_SRCS = \ INTERNAL_SRCS = \ src/internal/$(PACKAGE)_dprintf_impl.c \ src/internal/$(PACKAGE)_errinfo_impl.c \ + src/internal/$(PACKAGE)_ftime_impl.c \ src/internal/$(PACKAGE)_tmpfile_impl.c \ APP_SRCS = \ -- cgit v1.2.3