ref: f135e0f1a43183e0c25e9ed8dbbe294474c0fc2a
dir: /src/libc/time/Makefile/
.POSIX: PROJECTDIR =../../.. include $(PROJECTDIR)/scripts/rules.mk include ../rules.mk OBJS = _daysyear.o\ asctime.o\ ctime.o\ difftime.o\ gmtime.o\ localtime.o\ mktime.o\ strftime.o\ all: $(OBJS)