Diff

Differences From Artifact [545578bbef]:

To Artifact [0822926eb7]:


69
70
71
72
73
74
75

76
77

78
79
	rm -f Makefile pkgIndex.tcl-shared pkgIndex.tcl-static nano.syms
	rm -f pkgIndex.tcl
	rm -f config.log config.status
	rm -f nano.tcl.h nano.tcl.h.new.1 nano.tcl.h.new.2

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

	rm -rf tweetnacl blake2b
	rm -rf build/tweetnacl/out build/blake2b/out


.PHONY: all test clean distclean mrproper







>

|
>


69
70
71
72
73
74
75
76
77
78
79
80
81
	rm -f Makefile pkgIndex.tcl-shared pkgIndex.tcl-static nano.syms
	rm -f pkgIndex.tcl
	rm -f config.log config.status
	rm -f nano.tcl.h nano.tcl.h.new.1 nano.tcl.h.new.2

mrproper: distclean
	rm -f configure aclocal.m4 config.guess config.sub install-sh
	rm -f nano.vers
	rm -rf tweetnacl blake2b
	$(MAKE) -C build/tweetnacl distclean
	$(MAKE) -C build/blake2b distclean

.PHONY: all test clean distclean mrproper