@@ -32,14 +32,15 @@ test: test.o $(CC) $(CPPFLAGS) $(CFLAGS) -o test test.o -L. -ltcl -Wl,-R,`pwd` # Cleanup routeines clean: + rm -f libtcl.so rm -f vfs_kitdll_data_tcl.c - rm -f vfs_kitdll_data_tcl.so vfs_kitdll_data_tcl.o + rm -f vfs_kitdll_data_tcl.o rm -f test.o test distclean: clean rm -f config.status config.log rm -f Makefile .PHONY: all clean distclean