Commit 1d1530e1 authored by sm's avatar sm
Browse files

Add hash and llist to VC makefile

parent b4fdc025
Loading
Loading
Loading
Loading
+20 −19
Original line number Original line Diff line number Diff line
@@ -193,8 +193,9 @@ X_OBJS= \
	$(DIROBJ)\easy.obj \
	$(DIROBJ)\easy.obj \
	$(DIROBJ)\strequal.obj \
	$(DIROBJ)\strequal.obj \
	$(DIROBJ)\strtok.obj \
	$(DIROBJ)\strtok.obj \
	$(DIROBJ)\connect.obj
	$(DIROBJ)\connect.obj \

	$(DIROBJ)\hash.obj \
	$(DIROBJ)\llist.obj


all : $(TARGET)
all : $(TARGET)