TclPKCS11

Diff
Login

Diff

Differences From Artifact [d7657fae8e]:

To Artifact [4014c6ed68]:


29
30
31
32
33
34
35



36

distclean: clean
	rm -rf autom4te.cache
	rm -f config.log config.status
	rm -f pkgIndex.tcl
	rm -f Makefile




.PHONY: all install clean distclean







>
>
>
|
29
30
31
32
33
34
35
36
37
38
39

distclean: clean
	rm -rf autom4te.cache
	rm -f config.log config.status
	rm -f pkgIndex.tcl
	rm -f Makefile

mrproper: distclean
	rm -f aclocal.m4 config.guess config.sub configure install-sh

.PHONY: all install clean distclean mrproper