#
# Makefile for anna/src/3f
#

OBJ    = \
link.o   \
rename.o \
time.o

include  ../Makefile.def

all: $(OBJ)

clean::
	$(RM) $(OBJ) *~

