Commit af5a276f authored by Federico Vaga's avatar Federico Vaga

lib: remove all compiled libraries

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent ba015a98
......@@ -72,7 +72,7 @@ flawfinder:
$(FLAWFINDER) -SQDC --error-level=4 .
clean:
rm -f $(LIB) $(LIBS_XYZ) .depend *.o *~
rm -f $(LIB) $(LIBS_XYZ) .depend *.o *~ *.so*
.depend: Makefile $(wildcard *.c *.h ../*.h)
$(CC) $(CFLAGS) -M $(LOBJ:.o=.c) -o $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment