Differences From Artifact [94758a3fc2]:
- File Makefile.in — part of check-in [4168b04669] at 2018-07-02 07:20:44 on branch trunk — Moved our patchwork to its own internal directories in preparation for a release cleanup (user: rkeene, size: 1881) [annotate] [blame] [check-ins using]
To Artifact [b3643d35be]:
- File Makefile.in — part of check-in [795a02cd06] at 2018-07-02 07:22:41 on branch trunk — A bit more cleanup (user: rkeene, size: 1927) [annotate] [blame] [check-ins using]
︙ | |||
44 45 46 47 48 49 50 51 52 | 44 45 46 47 48 49 50 51 52 53 | + | distclean: clean rm -f Makefile pkgIndex.tcl config.log config.status nano.syms rm -f nano.tcl.h 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 |