# Create the archive and an index for it

ar rc libHW.a ../obj/helloWorld.o

# Create the index -- same as running ar with s option

ranlib libHW.a
