diff --git a/Makefile b/Makefile index 37fb9b3..09f0df0 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ test: all ${CXX} ${CXXFLAGS} -c $^ -o $@ clean : - rm -f testRecons testUtils *.o + rm -f testRecons testUtils *.o *.a make -C gzstream/ clean .PHONY: all