shithub: scc

ref: f5f5501c8ea833e2e40f4de72b733c4b50fe86dd
dir: /src/libc/time/Makefile/

View raw version
.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)