# build .o files for all common libraries

# definitions

LIBS =  bspfile.o cmdlib.o lbmlib.o polylib.o scriplib.o threads.o trilib.o wadlib.o

# types

all: $(LIBS)

